ansible-infra/inventories/z9/host_vars/wiki.yml

8 lines
316 B
YAML

nginx__version_spec: ""
nginx__deploy_redirect_conf: false
nginx__configurations:
- name: http_handler
content: "{{ lookup('ansible.builtin.file', 'configs/wiki/nginx/http_handler.conf') }}"
- name: wiki.ccchh.net
content: "{{ lookup('ansible.builtin.file', 'configs/wiki/nginx/wiki.ccchh.net.conf') }}"