ansible-infra/inventories/chaosknoten/host_vars/pretalx.yaml
June 6bc872f1c0
All checks were successful
/ Ansible Lint (push) Successful in 13m31s
pretalx(host): move to dns-01-acme-dns as http-01 failed for cfp.eh22
2026-03-31 17:51:06 +02:00

26 lines
1.2 KiB
YAML

docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/pretalx/docker_compose/compose.yaml.j2') }}"
docker_compose__configuration_files: [ ]
certbot__acme_account_email_address: le-admin@hamburg.ccc.de
certbot__certs:
- commonName: "pretalx.hamburg.ccc.de"
challengeType: "dns-01-acme-dns"
dns_01_acme_dns:
subdomain: 295a66d4-1d71-49f3-a80a-1f7527ec9cca
apiUser: bee0544b-a414-42eb-96a1-3e30d43e104c
apiKey: "{{ secret__acme_dns_api_key_pretalx_hamburg_ccc_de }}"
- commonName: "cfp.eh22.easterhegg.eu"
challengeType: "dns-01-acme-dns"
dns_01_acme_dns:
subdomain: 295a66d4-1d71-49f3-a80a-1f7527ec9cca
apiUser: bee0544b-a414-42eb-96a1-3e30d43e104c
apiKey: "{{ secret__acme_dns_api_key_pretalx_hamburg_ccc_de }}"
certbot__new_cert_commands:
- "systemctl reload nginx.service"
nginx__version_spec: ""
nginx__configurations:
- name: pretalx.hamburg.ccc.de
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/pretalx/nginx/pretalx.hamburg.ccc.de.conf') }}"
- name: cfp.eh22.easterhegg.eu
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/pretalx/nginx/cfp.eh22.easterhegg.eu.conf') }}"