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

9 lines
358 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', 'z9/configs/public-reverse-proxy/nginx/acme_challenge.conf') }}"
nginx__use_custom_nginx_conf: true
nginx__custom_nginx_conf: |
{{ lookup('file', 'z9/configs/public-reverse-proxy/nginx/nginx.conf') }}