Files
fedora-infra_ansible/inventory/group_vars/iad2
Kevin Fenzi 679f7f6f16 iptables: clean up osbuild and add a external block set scaffolding
Setup osbuild so it only needs to exist on the specific builders in the
osbuild channel, not all builders.
Also, setup things so we can add a blocklist that will block external
subnets/ip's if we need to do so. Currently it should just be an empty
set, but we can implement it as needed/desired starting with the ips we
already were blocking on just some hosts.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-06-26 12:41:07 -07:00

5 lines
154 B
Plaintext

---
# boolean to determine if a host is publically reachable via nat in iad2
# by default, hosts are not, only specific hosts/groups are.
external: False