ansible-infra/inventories/chaosknoten/host_vars/sunders.yaml
June 73ed238a28
All checks were successful
/ Ansible Lint (push) Successful in 4m37s
sunders(host): move to dns-01-acme-dns
2026-03-31 16:59:02 +02:00

17 lines
763 B
YAML

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__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"
nginx__version_spec: ""
nginx__configurations:
- name: sunders.hamburg.ccc.de
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/sunders/nginx/sunders.hamburg.ccc.de.conf') }}"