koji_builders: enable ipset for osbuild access in prod

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-07-28 16:47:55 -07:00
parent 76fbf76d1b
commit 6898b5b35a

View file

@ -27,10 +27,8 @@
{% endfor %}
{% endif %}
{% if host in groups['staging'] %}
# osbuild api for osbuild koji plugin
-A OUTPUT -p tcp --dport 443 -m set --match-set osbuildapi dst -j ACCEPT
{% endif %}
# kojipkgs
{% if host in groups['buildvm_s390x'] %}