ansible/roles/certbot/templates/certbot.timer.j2

12 lines
256 B
Plaintext
Raw Normal View History

2019-11-27 22:10:19 +00:00
# {{ ansible_managed }}
2024-04-14 22:29:18 +00:00
[Unit]
Description=Certbot renewal
Requires={{ certbot_service_name }}
2019-11-27 22:10:19 +00:00
[Timer]
OnCalendar={{ certbot_system_timer_on_calender }}
RandomizedDelaySec={{ certbot_system_timer_randomized_delay_sec }}
2024-04-14 22:29:18 +00:00
[Install]
WantedBy=timers.target