Add Public-Reverse-Proxy
This commit is contained in:
parent
3031cc3ec9
commit
f44e3f28b0
4 changed files with 61 additions and 0 deletions
inventories/z9
4
inventories/z9/host_vars/public-reverse-proxy.yaml
Normal file
4
inventories/z9/host_vars/public-reverse-proxy.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
nginx__enable_https_redirect: false
|
||||
nginx__configs:
|
||||
- name: acme_challenge
|
||||
content: "{{ lookup('ansible.builtin.file', 'configs/public-reverse-proxy/nginx/acme_challenge.conf') }}"
|
|
@ -14,3 +14,6 @@ all:
|
|||
ansible_host: printserver.z9.ccchh.net
|
||||
audio:
|
||||
ansible_host: audio.z9.ccchh.net
|
||||
public-reverse-proxy:
|
||||
ansible_host: public-reverse-proxy.z9.ccchh.net
|
||||
ansible_user: chaos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue