From fe1d2280a09b665172f28701f447c93d66af560c Mon Sep 17 00:00:00 2001 From: nrb <freifunk@nicoboehr.de> Date: Sat, 20 Mar 2021 10:44:28 +0100 Subject: [PATCH] revproxy-03: disable grafana Grafana has now moved to ffs05, hence disable for ffs03 to avoid the renew getting stuck. --- host_vars/revproxy-03.freifunk-stuttgart.de/revproxy | 1 + 1 file changed, 1 insertion(+) diff --git a/host_vars/revproxy-03.freifunk-stuttgart.de/revproxy b/host_vars/revproxy-03.freifunk-stuttgart.de/revproxy index 44444cb..6c22e93 100644 --- a/host_vars/revproxy-03.freifunk-stuttgart.de/revproxy +++ b/host_vars/revproxy-03.freifunk-stuttgart.de/revproxy @@ -41,6 +41,7 @@ vhosts: - domain: grafana.freifunk-stuttgart.de backend: "http://10.0.3.237/" type: proxy + enabled: false - domain: map02.freifunk-stuttgart.de backend: "http://10.0.3.236/" type: proxy -- GitLab