Reverse proxy stream.crans.org
parent
097d4b8b93
commit
a21d78ffac
|
@ -48,6 +48,7 @@ nginx:
|
||||||
# - {from: grafana.crans.org, to: "10.231.136.102:3000"}
|
# - {from: grafana.crans.org, to: "10.231.136.102:3000"}
|
||||||
# - {from: webirc.crans.org, to: "10.231.136.1:9000"}
|
# - {from: webirc.crans.org, to: "10.231.136.1:9000"}
|
||||||
- {from: framadate.crans.org, to: 172.16.10.109}
|
- {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}
|
# - {from: mailman.crans.org, to: 10.231.136.180}
|
||||||
#
|
#
|
||||||
# # Zamok
|
# # Zamok
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/env ansible-playbook
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
- hosts: nginx_rtmp
|
- 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:
|
roles:
|
||||||
- nginx_rtmp
|
- nginx-rtmp
|
||||||
|
|
Loading…
Reference in New Issue