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

5 lines
187 B
YAML
Raw Normal View History

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