light(host): move to dns-01-acme-dns
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m17s
/ Ansible Lint (push) Successful in 2m15s

This commit is contained in:
bitwhisker 2026-04-11 02:36:44 +02:00
commit abcd622757
Signed by: bitwhisker
SSH key fingerprint: SHA256:KybIk/tusSKao6eLGY+ILlFa1rCrzwx66/acBAcKUqE
2 changed files with 25 additions and 7 deletions

View file

@ -60,9 +60,24 @@ nginx__configurations:
content: "{{ lookup('ansible.builtin.file', 'resources/z9/dooris/nginx/http_handler.conf') }}"
certbot__acme_account_email_address: le-admin@hamburg.ccc.de
certbot__certificate_domains:
- "light-werkstatt.ccchh.net"
- "light.ccchh.net"
- "light.z9.ccchh.net"
certbot__certs:
- commonName: "light.ccchh.net"
challengeType: "dns-01-acme-dns"
dns_01_acme_dns:
subdomain: "e59f55ee-9013-469d-a146-a159721b6fea"
apiUser: "33e96ec7-1f98-4f70-92be-85a42dabd211"
apiKey: "{{ secret__acme_dns_api_key_light_ccchh_net }}"
- commonName: "light.z9.ccchh.net"
challengeType: "dns-01-acme-dns"
dns_01_acme_dns:
subdomain: "3bc9e7ce-03dd-4533-a059-b5d38407eaa5"
apiUser: "c3b00882-ca2a-4d11-9ebd-fccfb8618b75"
apiKey: "{{ secret__acme_dns_api_key_light_z9_ccchh_net }}"
- commonName: "light-werkstatt.ccchh.net"
challengeType: "dns-01-acme-dns"
dns_01_acme_dns:
subdomain: "f408acc0-d9f5-4525-bb01-28938e3bb7d0"
apiUser: "a030e419-6ed8-43ee-8425-a451b457f83a"
apiKey: "{{ secret__acme_dns_api_key_light_werkstatt_ccchh_net }}"
certbot__new_cert_commands:
- "systemctl reload nginx.service"