Move z9-host-specific configs and templates into z9 subdirectories

This commit is contained in:
June 2023-08-04 13:41:00 +02:00 committed by julian
commit 3d238d9f63
49 changed files with 40 additions and 40 deletions

View file

@ -2,7 +2,7 @@ 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') }}"
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', 'configs/public-reverse-proxy/nginx/nginx.conf') }}
{{ lookup('file', 'z9/configs/public-reverse-proxy/nginx/nginx.conf') }}