mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-20 17:21:42 +02:00
11 lines
245 B
Django/Jinja
11 lines
245 B
Django/Jinja
[Unit]
|
|
Description=Periodically check for Let's Encrypt's certificates renewal
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* {{ certbot_auto_renew_hour }}:{{ certbot_auto_renew_minute }}:00
|
|
RandomizedDelaySec=43200
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|