From 1c8ff36a0fc359eba1867f6b5a7bb5e2e5df6356 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 13 Oct 2025 09:47:25 -0700 Subject: [PATCH] anubis: disable entirely on proxy110/101 These are internal proxies, they don't need to bother running anubis at all, since they don't get any external traffic. Just doing this to rule out some problem with additional proxy layer and anubis causing the timeouts we are seeing. Signed-off-by: Kevin Fenzi --- inventory/host_vars/proxy101.rdu3.fedoraproject.org | 1 + inventory/host_vars/proxy110.rdu3.fedoraproject.org | 1 + 2 files changed, 2 insertions(+) diff --git a/inventory/host_vars/proxy101.rdu3.fedoraproject.org b/inventory/host_vars/proxy101.rdu3.fedoraproject.org index cb757b25c1..69eb3a98f2 100644 --- a/inventory/host_vars/proxy101.rdu3.fedoraproject.org +++ b/inventory/host_vars/proxy101.rdu3.fedoraproject.org @@ -1,4 +1,5 @@ --- +anubis: false datacenter: rdu3 dns1: 10.16.163.33 dns2: 10.16.163.34 diff --git a/inventory/host_vars/proxy110.rdu3.fedoraproject.org b/inventory/host_vars/proxy110.rdu3.fedoraproject.org index dcb91f145a..d16fb6865f 100644 --- a/inventory/host_vars/proxy110.rdu3.fedoraproject.org +++ b/inventory/host_vars/proxy110.rdu3.fedoraproject.org @@ -1,4 +1,5 @@ --- +anubis: false datacenter: rdu3 dns1: 10.16.163.33 dns2: 10.16.163.34