ansible-infra/inventories/z9/host_vars/public-reverse-proxy.yaml

6 lines
217 B
YAML

nginx__version_spec: ""
nginx__deploy_redirect_conf: false
nginx__configurations:
- name: acme_challenge
content: "{{ lookup('ansible.builtin.file', 'configs/public-reverse-proxy/nginx/acme_challenge.conf') }}"