first commit
This commit is contained in:
commit
cfe7db8716
8 changed files with 370 additions and 0 deletions
13
templates/acme_sh.timer.j2
Normal file
13
templates/acme_sh.timer.j2
Normal file
|
@ -0,0 +1,13 @@
|
|||
#jinja2: lstrip_blocks: True
|
||||
# {{ ansible_managed }}
|
||||
|
||||
[Unit]
|
||||
Description=Daily Renew certificates using acme.sh
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* 04:00
|
||||
RandomizedDelaySec=1h
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue