Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
12 lines
200 B
Django/Jinja
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
|