sunders(host): move to dns-01-acme-dns
All checks were successful
/ Ansible Lint (push) Successful in 4m37s
All checks were successful
/ Ansible Lint (push) Successful in 4m37s
This commit is contained in:
parent
8bf6dfbefb
commit
73ed238a28
3 changed files with 11 additions and 6 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue