Ansible-HAProxy-Failover/roles/haproxy/templates/certbot-renewal.timer.j2

11 lines
291 B
Text
Raw Permalink Normal View History

2022-08-30 13:07:12 -06:00
[Unit]
Description=Certbot Renewal Timer
[Timer]
WakeSystem=false
OnCalendar={{ haproxy_certbot_renewal_timer_calendar }}
{% if haproxy_certbot_renewal_random_delay != '' %}
RandomizedDelaySec={{ haproxy_certbot_renewal_random_delay }}
{% endif %}
[Install]
WantedBy=timers.target