Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
11 lines
285 B
Django/Jinja
11 lines
285 B
Django/Jinja
# {{ ansible_managed }}
|
|
[Unit]
|
|
Description=OpenBao ACME certificate (lego, Cloudflare DNS-01)
|
|
After=network-online.target openbao.service
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
EnvironmentFile={{ openbao_acme_dir }}/cloudflare.env
|
|
ExecStart=/usr/local/bin/openbao-acme.sh
|