mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
try adding a hosts files for the s390 builders
This commit is contained in:
@@ -69,8 +69,8 @@
|
||||
-A OUTPUT -p tcp -m tcp -d 10.5.126.22 --dport 53 -j ACCEPT
|
||||
{% if host in groups['buildvm_s390x'] %}
|
||||
-A OUTPUT -p udp -m udp -d 10.3.163.33 --dport 53 -j ACCEPT
|
||||
-A OUTPUT -p udp -m udp -d 10.3.163.33 --dport 53 -j ACCEPT
|
||||
-A OUTPUT -p tcp -m tcp -d 10.3.163.34 --dport 53 -j ACCEPT
|
||||
-A OUTPUT -p udp -m tcp -d 10.3.163.33 --dport 53 -j ACCEPT
|
||||
-A OUTPUT -p tcp -m udp -d 10.3.163.34 --dport 53 -j ACCEPT
|
||||
-A OUTPUT -p tcp -m tcp -d 10.3.163.34 --dport 53 -j ACCEPT
|
||||
{% endif %}
|
||||
|
||||
|
||||
3
roles/hosts/files/s390.fedoraproject.org-hosts
Normal file
3
roles/hosts/files/s390.fedoraproject.org-hosts
Normal file
@@ -0,0 +1,3 @@
|
||||
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
||||
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||
10.3.163.35 infrastructure.fedoraproject.org
|
||||
Reference in New Issue
Block a user