2019-01-06 11:36:41 +01:00
|
|
|
---
|
|
|
|
# Install NGINX with reverse proxy conf
|
|
|
|
- hosts: proxy.adm.auro.re
|
2019-01-19 15:58:05 +01:00
|
|
|
vars:
|
|
|
|
reversed_proxy_subdomains:
|
|
|
|
- name: re2o
|
|
|
|
from: re2o.auro.re
|
|
|
|
to: 10.128.0.10
|
|
|
|
- name: intranet
|
|
|
|
from: intranet.auro.re
|
|
|
|
to: 10.128.0.10
|
|
|
|
- name: pad
|
|
|
|
from: pad.auro.re
|
|
|
|
to: 10.128.0.54:9001
|
|
|
|
- name: phabricator
|
|
|
|
from: phabricator.auro.re
|
|
|
|
to: 10.128.0.50
|
|
|
|
- name: wiki
|
|
|
|
from: wiki.auro.re
|
|
|
|
to: 10.128.0.51
|
|
|
|
- name: www
|
|
|
|
from: www.auro.re
|
|
|
|
to: 10.128.0.52
|
|
|
|
- name: main
|
|
|
|
from: auro.re
|
|
|
|
to: 10.128.0.52
|
|
|
|
- name: re2o-test
|
|
|
|
from: re2o-test.auro.re
|
|
|
|
to: 10.128.0.100
|
2019-01-06 11:36:41 +01:00
|
|
|
roles:
|
|
|
|
- nginx-reverse-proxy
|
|
|
|
|