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

15 lines
271 B
Plaintext
Raw Normal View History

[Unit]
Description=Renew certificates with certbot
Documentation=man:certbot(1)
BindsTo=pod-rproxy.service
After=pod-rproxy.service
2022-11-18 23:57:29 +01:00
DefaultDependencies=no
[Timer]
OnCalendar=Fri *-*-* 06:00:00
Persistent=true
RandomizedDelaySec=1h
[Install]
WantedBy=pod-rproxy.service