mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
12 lines
258 B
Django/Jinja
12 lines
258 B
Django/Jinja
# ansible_managed
|
|
[Unit]
|
|
Description=Daily timer for ELK TLS certificate renewal check (lego)
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* {{ elk_tls_renew_on_calendar }}
|
|
RandomizedDelaySec={{ elk_tls_renew_randomized_delay }}
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|