koji_builder: make iptables rule staging only until we are sure it is working there

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-07-28 12:54:03 -07:00
parent 29efa52e94
commit fbc18add50

View file

@ -27,8 +27,10 @@
{% 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'] %}