13 lines
203 B
SYSTEMD
13 lines
203 B
SYSTEMD
# {{ ansible_managed }}
|
|
|
|
[Unit]
|
|
Description=Run certbot once a week
|
|
|
|
[Timer]
|
|
OnCalendar={{ certbot_frequency }}
|
|
AccuracySec=1h
|
|
Persistent=true
|
|
RandomizedDelaySec=100min
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|