Switch caddy acme ca to zerossl

This commit is contained in:
Tobias Reisinger 2026-02-28 20:51:32 +01:00
parent b5214a0a9f
commit 92b20d3d88
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 11 additions and 0 deletions

View file

@ -2,6 +2,9 @@
acme_dns_svc:
domain: "{{ all_services | service_get_domain(service_name) }}"
port: 80
caddy_extra:
# otherwise we have a dependency-loop with the wildcard, which needs this service
tls force_automate
nsadmin: "{{ admin_email | regex_replace('@', '.') }}"
records:
a: "{{ ansible_facts.default_ipv4.address }}"