From fc815ca5c373d242b09770e3fceada2876dd5364 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sat, 2 Jan 2021 19:25:11 +0100 Subject: [PATCH] Re2o joined newinfra Signed-off-by: Yohann D'ANELLO --- group_vars/reverseproxy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/reverseproxy.yml b/group_vars/reverseproxy.yml index 2eef7bea..80491816 100644 --- a/group_vars/reverseproxy.yml +++ b/group_vars/reverseproxy.yml @@ -19,8 +19,8 @@ nginx: reverseproxy_sites: # Services web Crans - # - {from: re2o.crans.org, to: 10.231.136.9} - # - {from: intranet.crans.org, to: 10.231.136.9} + - {from: re2o.crans.org, to: 172.16.10.110} + - {from: intranet.crans.org, to: 172.16.10.110} # - {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}