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

6 lines
217 B
YAML
Raw Normal View History

nginx__version_spec: ""
nginx__deploy_redirect_conf: false
nginx__configurations:
2023-01-08 02:50:23 +01:00
- name: acme_challenge
content: "{{ lookup('ansible.builtin.file', 'configs/public-reverse-proxy/nginx/acme_challenge.conf') }}"