ansible-edda/playbooks/roles/services/deploy/rproxy/templates/systemd/container-rproxy-certbot.timer

15 lines
334 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Renew certificates with certbot
Documentation=man:certbot(1)
2023-07-17 22:31:05 +02:00
BindsTo=pod-{{ services_service_name }}.service
After=pod-{{ services_service_name }}.service
2022-11-18 23:57:29 +01:00
DefaultDependencies=no
[Timer]
OnCalendar=Fri *-*-* 06:00:00
Persistent=true
RandomizedDelaySec=1h
[Install]
2023-07-17 22:31:05 +02:00
WantedBy=pod-{{ services_service_name }}.service