ansible-infra/inventories/chaosknoten/host_vars/wiki.yaml
June 711f2f1c64
All checks were successful
/ Ansible Lint (push) Successful in 8m7s
certbot(role): don't use certbot__version_spec anymore as its not used
2026-03-01 20:08:49 +01:00

13 lines
532 B
YAML

nginx__version_spec: ""
nginx__configurations:
- name: wiki.ccchh.net
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/wiki/nginx/wiki.ccchh.net.conf') }}"
- name: wiki.hamburg.ccc.de
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/wiki/nginx/wiki.hamburg.ccc.de.conf') }}"
certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
certbot__certificate_domains:
- "wiki.ccchh.net"
- "wiki.hamburg.ccc.de"
certbot__new_cert_commands:
- "systemctl reload nginx.service"