ansible-infra/inventories/chaosknoten/host_vars/eh22-wiki.yaml
June bdbd9ce195
eh22-wiki: setup EH22 wiki using Ansible by copying and mod. wiki config
Also introduce wiki_hosts group for applying dokuwiki role to multiple
hosts.
2025-02-10 23:40:39 +01:00

11 lines
406 B
YAML

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