sunders(host): move to dns-01-acme-dns
All checks were successful
/ Ansible Lint (push) Successful in 4m37s

This commit is contained in:
June 2026-03-31 16:59:02 +02:00
commit 73ed238a28
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
3 changed files with 11 additions and 6 deletions

View file

@ -1,8 +1,13 @@
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/sunders/docker_compose/compose.yaml.j2') }}"
certbot__acme_account_email_address: le-admin@hamburg.ccc.de
certbot__certificate_domains:
- "sunders.hamburg.ccc.de"
certbot__certs:
- commonName: "sunders.hamburg.ccc.de"
challengeType: "dns-01-acme-dns"
dns_01_acme_dns:
subdomain: a5ee8a99-3cdf-4212-972e-c0b6fda1242f
apiUser: 45e4ea1c-8322-4d92-9f52-adf52b521131
apiKey: "{{ secret__acme_dns_api_key_sunders_hamburg_ccc_de }}"
certbot__new_cert_commands:
- "systemctl reload nginx.service"