Update hosts

This commit is contained in:
Alexandre Iooss 2019-01-19 15:58:05 +01:00
parent cc496ad785
commit 9cb3d49678
5 changed files with 30 additions and 32 deletions

View file

@ -1,6 +1,6 @@
--- ---
# Install EtherPad on EtherPad containers # Install EtherPad on EtherPad containers
- hosts: pad-ovh - hosts: pad.adm.auro.re
roles: roles:
- etherpad - etherpad

View file

@ -21,30 +21,3 @@ ssh_pub_keys: "{{ vault_ssh_pub_keys }}"
# Monitoring # Monitoring
monitoring_mail: 'monitoring.aurore@lists.crans.org' monitoring_mail: 'monitoring.aurore@lists.crans.org'
# Nginx Proxy
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

5
hosts
View file

@ -4,12 +4,12 @@
horus ansible_host=10.128.0.1 horus ansible_host=10.128.0.1
[ovh-container] [ovh-container]
ansible-awx ansible_host=10.128.0.53
services-bdd.adm.auro.re services-bdd.adm.auro.re
phabricator.adm.auro.re phabricator.adm.auro.re
horus-wiki ansible_host=10.128.0.51 horus-wiki ansible_host=10.128.0.51
www.adm.auro.re www.adm.auro.re
horus-wikitest ansible_host=10.128.0.53 pad.adm.auro.re
pad-ovh ansible_host=10.128.0.54
proxy.adm.auro.re proxy.adm.auro.re
[ovh-vm] [ovh-vm]
@ -17,7 +17,6 @@ re2o-server.adm.auro.re
re2o-ldap.adm.auro.re re2o-ldap.adm.auro.re
re2o-db.adm.auro.re re2o-db.adm.auro.re
serge.adm.auro.re serge.adm.auro.re
vpn-ovh.adm.auro.re
[fleming-pve] [fleming-pve]
freya.adm.auro.re freya.adm.auro.re

View file

@ -1,6 +1,32 @@
--- ---
# Install NGINX with reverse proxy conf # Install NGINX with reverse proxy conf
- hosts: proxy.adm.auro.re - 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
roles: roles:
- nginx-reverse-proxy - nginx-reverse-proxy

@ -1 +1 @@
Subproject commit b20ec4fbf8e915f5410ce678bf54d4f8e5430bf0 Subproject commit 18a1a5fd4527934ffc546b4d9bca9414f3763eac