You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/nginx-reverse-proxy.yml

38 lines
834 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