Update hosts

mail_server
Alexandre Iooss 6 years ago
parent cc496ad785
commit 9cb3d49678

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

@ -21,30 +21,3 @@ ssh_pub_keys: "{{ vault_ssh_pub_keys }}"
# Monitoring
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

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

@ -1,6 +1,32 @@
---
# 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
roles:
- nginx-reverse-proxy

@ -1 +1 @@
Subproject commit b20ec4fbf8e915f5410ce678bf54d4f8e5430bf0
Subproject commit 18a1a5fd4527934ffc546b4d9bca9414f3763eac
Loading…
Cancel
Save