58cb43d0d0
Signed-off-by: Hadrien Patte <hadrien.patte@protonmail.com>
37 lines
895 B
YAML
37 lines
895 B
YAML
---
|
|
# Install NGINX with reverse proxy conf
|
|
- hosts: proxy.adm.auro.re
|
|
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
|
|
- name: riot
|
|
from: riot.auro.re
|
|
to: riot.adm.auro.re
|
|
- name: codimd
|
|
from: codimd.auro.re
|
|
to: codimd.adm.auro.re:8080
|
|
roles:
|
|
- nginx-reverse-proxy
|