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

10 lines
291 B
Django/Jinja

[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