mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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>
5 lines
154 B
Plaintext
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
|