Files
homelab-infra/infrastructure/openbao/ansible/roles/openbao_acme/templates/openbao-acme.timer.j2
T
panxiao81 88a02ababa
lint / yaml (push) Has been cancelled
lint / ansible (push) Has been cancelled
lint / terraform (push) Has been cancelled
Establish clean homelab infrastructure baseline
Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
2026-09-09 16:47:20 +00:00

12 lines
200 B
Django/Jinja

# {{ ansible_managed }}
[Unit]
Description=OpenBao ACME renewal timer
[Timer]
OnCalendar={{ openbao_acme_renew_oncalendar }}
RandomizedDelaySec=3600
Persistent=true
[Install]
WantedBy=timers.target