ansible/nginx-reverse-proxy.yml

35 lines
888 B
YAML
Raw Normal View History

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
2019-03-04 09:26:14 +01:00
to: re2o-server.adm.auro.re
- name: intranet
from: intranet.auro.re
2019-03-04 09:26:14 +01:00
to: re2o-server.adm.auro.re
- name: pad
from: pad.auro.re
2019-03-04 09:26:14 +01:00
to: pad.adm.auro.re:9001
- name: phabricator
from: phabricator.auro.re
2019-03-04 09:26:14 +01:00
to: phabricator.adm.auro.re
- name: wiki
from: wiki.auro.re
2019-03-04 09:26:14 +01:00
to: wiki.adm.auro.re
- name: www
from: www.auro.re
2019-03-04 09:26:14 +01:00
to: www.adm.auro.re
- name: re2o-test
from: re2o-test.auro.re
2019-03-04 09:26:14 +01:00
to: re2o-test.adm.auro.re
- name: riot
from: riot.auro.re
to: riot.adm.auro.re
- name: codimd
from: codimd.auro.re
to: codimd.adm.auro.re:8080
2019-01-06 11:36:41 +01:00
roles:
- nginx-reverse-proxy