Merge branch 're2o' into 'newinfra'

[reverseproxy] Wrong IP for Re2o

See merge request nounous/ansible!160
certbot_on_virtu
ynerant 2021-01-02 20:17:26 +01:00
commit 8c365a78f5
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ nginx:
reverseproxy_sites:
# Services web Crans
- {from: re2o.crans.org, to: 172.16.10.110}
- {from: intranet.crans.org, to: 172.16.10.110}
- {from: re2o.crans.org, to: 172.16.10.156}
- {from: intranet.crans.org, to: 172.16.10.156}
# - {from: grafana.crans.org, to: "10.231.136.102:3000"}
- {from: ftps.crans.org, to: 172.16.10.30}
- {from: webmail.crans.org, to: 172.16.10.108}