Deploy NGINX for acme_challenge and PROXY Prot. on PubRP on Chaosknoten

This commit is contained in:
June 2023-08-04 14:06:37 +02:00 committed by julian
commit 06233d22d5
4 changed files with 97 additions and 0 deletions

View file

@ -0,0 +1,8 @@
nginx__version_spec: ""
nginx__deploy_redirect_conf: false
nginx__configurations:
- name: acme_challenge
content: "{{ lookup('ansible.builtin.file', 'chaosknoten/configs/public-reverse-proxy/nginx/acme_challenge.conf') }}"
nginx__use_custom_nginx_conf: true
nginx__custom_nginx_conf: |
{{ lookup('file', 'chaosknoten/configs/public-reverse-proxy/nginx/nginx.conf') }}