From 87af08abf105841a4d5eae97a71bf94d7b92a600 Mon Sep 17 00:00:00 2001
From: Yohann D'ANELLO <ynerant@crans.org>
Date: Mon, 21 Jun 2021 16:17:13 +0200
Subject: [PATCH] [reverseproxy] ftps -> ptf, mirrors -> charybde

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

diff --git a/group_vars/reverseproxy.yml b/group_vars/reverseproxy.yml
index d98dfab4..8b3b6dac 100644
--- a/group_vars/reverseproxy.yml
+++ b/group_vars/reverseproxy.yml
@@ -26,6 +26,7 @@ glob_reverseproxy:
     - {from: cas.crans.org, to: 172.16.10.120}
     - {from: constellation-dev.crans.org, to: 172.16.10.167}
     - {from: eclats.crans.org, to: 172.16.10.104}
+    - {from: ftps.crans.org, to: 172.16.10.113}
     - {from: ethercalc.crans.org, to: "172.16.10.133:8000"}
     - {from: framadate.crans.org, to: 172.16.10.109}
     - {from: grafana.crans.org, to: "172.16.10.121:3000"}
@@ -39,7 +40,6 @@ glob_reverseproxy:
     - {from: phabricator.crans.org, to: 172.16.10.116}
     - {from: re2o.crans.org, to: 172.16.10.156}
     - {from: re2o-dev.crans.org, to: 172.16.10.166}
-    - {from: ptfs.crans.org, to: 172.16.10.113}
     - {from: roundcube.crans.org, to: 172.16.10.107}
     - {from: tmpad.crans.org, to: "172.16.10.130:9002"}
     - {from: webirc.crans.org, to: "172.16.10.31:9000"}
diff --git a/host_vars/rodauh.cachan-adm.crans.org.yml b/host_vars/rodauh.cachan-adm.crans.org.yml
index 82a15668..11206fbb 100644
--- a/host_vars/rodauh.cachan-adm.crans.org.yml
+++ b/host_vars/rodauh.cachan-adm.crans.org.yml
@@ -39,7 +39,7 @@ loc_nginx:
 
 loc_reverseproxy:
   reverseproxy_sites:
-    - {from: ftps.crans.org, to: 172.17.10.30}
+    - {from: mirrors.crans.org, to: 172.17.10.30}
     - {from: intranet-cachan.crans.org, to: 172.17.10.203}
     - {from: re2o-cachan.crans.org, to: 172.17.10.203}
 
-- 
GitLab