ansible-infra/inventories/chaosknoten/host_vars/mumble.yaml

12 lines
412 B
YAML
Raw Normal View History

2024-01-23 21:24:31 +01:00
certbot__version_spec: ""
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"
2024-01-23 21:24:31 +01:00
nginx__version_spec: ""
nginx__configurations:
- name: mumble.hamburg.ccc.de
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/mumble/nginx/mumble.hamburg.ccc.de.conf') }}"