ansible/playbooks/apps/files/caddy/dns-ovh.Caddyfile.j2
Gabriel Augendre fef296cbbd
Some checks failed
/ run ansible (push) Has been cancelled
build caddy with OVH DNS + try ECH on caddy beta
2025-03-06 23:37:49 +01:00

13 lines
314 B
Django/Jinja

dns ovh {
endpoint ovh-eu
application_key {{ ovh_app_key }}
application_secret {{ ovh_app_secret }}
consumer_key {{ ovh_consumer_key }}
}
acme_dns ovh {
endpoint ovh-eu
application_key {{ ovh_app_key }}
application_secret {{ ovh_app_secret }}
consumer_key {{ ovh_consumer_key }}
}