Add lego certificate service to ansible

This commit is contained in:
Tobias Reisinger 2023-12-20 16:00:03 +01:00
parent 5246a6b101
commit 068a8e2cd7
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
13 changed files with 212 additions and 0 deletions
roles/lego/templates

View file

@ -0,0 +1,4 @@
[Service]
Type=oneshot
ExecStart={{ service_path }}/lego.sh %i
WorkingDirectory={{ service_path }}