ansible-infra/inventories/z9/host_vars/public-reverse-proxy.yaml
2023-01-08 02:50:23 +01:00

5 lines
187 B
YAML

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