2024-11-15 16:50:11 +01:00
|
|
|
# {{ ansible_managed }}
|
|
|
|
|
2024-11-11 17:03:53 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Run certbot once a week
|
|
|
|
|
|
|
|
[Timer]
|
|
|
|
OnCalendar={{ certbot_frequency }}
|
|
|
|
AccuracySec=1h
|
|
|
|
Persistent=true
|
|
|
|
RandomizedDelaySec=100min
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=timers.target
|