From 7b54c4cd8b9a5a8dbd11a8040a707a66d9b9a8fc Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 28 Jun 2025 17:02:00 +1000 Subject: [PATCH] fix: enable health check from haproxy2 - tactical fix: enable dmz subnets container access to health url --- hieradata/roles/apps/media.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hieradata/roles/apps/media.yaml b/hieradata/roles/apps/media.yaml index a46745d..76277a7 100644 --- a/hieradata/roles/apps/media.yaml +++ b/hieradata/roles/apps/media.yaml @@ -69,8 +69,7 @@ profiles::nginx::simpleproxy::locations: location_allow: - 127.0.0.1 - "%{facts.networking.ip}" - - 198.18.13.25 - - 198.18.13.26 + - 198.18.24.0/24 location_deny: - all # authorised access from external -- 2.47.3