Add Public-Reverse-Proxy

This commit is contained in:
julian 2023-01-08 02:50:23 +01:00
parent 3031cc3ec9
commit f44e3f28b0
4 changed files with 61 additions and 0 deletions
inventories/z9

View 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') }}"

View file

@ -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