From 06498604ac9e5f70d8dc45198c1a52cbf025f370 Mon Sep 17 00:00:00 2001
From: Yohann D'ANELLO <ynerant@crans.org>
Date: Mon, 21 Jun 2021 15:27:41 +0200
Subject: [PATCH] [reverseproxy] ftps.crans.org points to charybde

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
---
 group_vars/reverseproxy.yml               | 1 -
 host_vars/rodauh.cachan-adm.crans.org.yml | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/group_vars/reverseproxy.yml b/group_vars/reverseproxy.yml
index bee7aa2c..b6c8b0dd 100644
--- a/group_vars/reverseproxy.yml
+++ b/group_vars/reverseproxy.yml
@@ -26,7 +26,6 @@ glob_reverseproxy:
     - {from: intranet.crans.org, to: 172.16.10.156}
     - {from: re2o-dev.crans.org, to: 172.16.10.166}
     - {from: grafana.crans.org, to: "172.16.10.121:3000"}
-    - {from: ftps.crans.org, to: 172.16.10.30}
     - {from: webmail.crans.org, to: 172.16.10.108}
     - {from: webirc.crans.org, to: "172.16.10.31:9000"}
     - {from: horde.crans.org, to: 172.16.10.108}
diff --git a/host_vars/rodauh.cachan-adm.crans.org.yml b/host_vars/rodauh.cachan-adm.crans.org.yml
index 639019ad..6e83805e 100644
--- a/host_vars/rodauh.cachan-adm.crans.org.yml
+++ b/host_vars/rodauh.cachan-adm.crans.org.yml
@@ -28,6 +28,7 @@ loc_certbot:
 
 loc_reverseproxy:
   reverseproxy_sites:
+    - {from: ftps.crans.org, to: 172.17.10.30}
     - {from: re2o-cachan.crans.org, to: 172.17.10.203}
     - {from: intranet-cachan.crans.org, to: 172.17.10.203}
 
-- 
GitLab