ansible-role-certbot/templates/certbot-renew.timer.j2

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