dotfiles/roles/certbot/templates/certbot.timer

14 lines
203 B
SYSTEMD
Raw Normal View History

# {{ ansible_managed }}
[Unit]
Description=Run certbot once a week
[Timer]
OnCalendar={{ certbot_frequency }}
AccuracySec=1h
Persistent=true
RandomizedDelaySec=100min
[Install]
WantedBy=timers.target