From 81663a654dc4713327840661b363ebe03de33c2d Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 27 Dec 2024 13:07:11 -0600 Subject: [PATCH] gw1/squid: Allow to Gitea kicstarts+from p.r Since the canonical location for Anaconda kickstart scripts is now Gitea, we need to allow hosts to access them from there. Also allowing access from the _pyrocufflink.red_ network for e.g. installation testing. --- host_vars/gw1.pyrocufflink.blue/squid.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host_vars/gw1.pyrocufflink.blue/squid.yml b/host_vars/gw1.pyrocufflink.blue/squid.yml index 85f6fca..c085d1a 100644 --- a/host_vars/gw1.pyrocufflink.blue/squid.yml +++ b/host_vars/gw1.pyrocufflink.blue/squid.yml @@ -14,6 +14,7 @@ squid_acl: - src 172.30.0.0/26 - src 172.30.0.211/32 - src 172.30.0.214/32 + - src 172.31.1.0/24 kubernetes: - src 172.30.0.160/28 unifi_controller: @@ -31,6 +32,7 @@ squid_acl: - dstdomain api.github.com kickstart: - url_regex rosalina.pyrocufflink.blue/~dustin/kickstart/.*\.ks$ + - url_regex git.pyrocufflink.net/infra/kickstart/raw/.*/.*\.ks$ fcos_updates: - dstdomain d2uk5hbyrobdzx.cloudfront.net - dstdomain ostree.fedoraproject.org