13 lines
215 B
Text
13 lines
215 B
Text
|
#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
|