ansible-infra/inventories/chaosknoten/host_vars/mumble.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

10 lines
386 B
YAML

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