Reverse proxy stream.crans.org

certbot_on_virtu
Alexandre Iooss 2020-08-26 16:45:42 +02:00
parent 097d4b8b93
commit a21d78ffac
2 changed files with 4 additions and 2 deletions

View File

@ -48,6 +48,7 @@ nginx:
# - {from: grafana.crans.org, to: "10.231.136.102:3000"}
# - {from: webirc.crans.org, to: "10.231.136.1:9000"}
- {from: framadate.crans.org, to: 172.16.10.109}
- {from: stream.crans.org, to: 172.16.10.118}
# - {from: mailman.crans.org, to: 10.231.136.180}
#
# # Zamok

5
plays/nginx_rtmp.yml 100644 → 100755
View File

@ -1,6 +1,7 @@
#!/usr/bin/env ansible-playbook
---
- hosts: nginx_rtmp
nginx_rtmp: "{{ glob_nginx_rtmp | combine(loc_nginx_rtmp) }}"
vars:
nginx_rtmp: "{{ glob_nginx_rtmp | default({}) | combine(loc_nginx_rtmp | default({})) }}"
roles:
- nginx_rtmp
- nginx-rtmp