forked from CCCHH/ansible-infra
Move z9-host-specific configs and templates into z9 subdirectories
This commit is contained in:
parent
4d12d802b8
commit
3d238d9f63
49 changed files with 40 additions and 40 deletions
|
|
@ -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') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue