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:
parent
29efa52e94
commit
fbc18add50
1 changed files with 2 additions and 0 deletions
|
@ -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'] %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue