summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2017-01-16 16:41:44 +0000
committerKevin Fenzi <kevin@scrye.com>2017-01-16 16:41:44 +0000
commit4588fedfb2a19f8499e32316ab5a79d5ad46d3f4 (patch)
tree8958aea1f566fea89fb634a107565c3f506a6a2a
parent85203fe5e83ea32b91274b0c849c6efe72f6cb15 (diff)
downloadansible-4588fedfb2a19f8499e32316ab5a79d5ad46d3f4.tar.gz
ansible-4588fedfb2a19f8499e32316ab5a79d5ad46d3f4.tar.xz
ansible-4588fedfb2a19f8499e32316ab5a79d5ad46d3f4.zip
also allow tcp dns for builders
-rw-r--r--roles/base/templates/iptables/iptables.kojibuilder2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/base/templates/iptables/iptables.kojibuilder b/roles/base/templates/iptables/iptables.kojibuilder
index c69c3ec82..433f911a6 100644
--- a/roles/base/templates/iptables/iptables.kojibuilder
+++ b/roles/base/templates/iptables/iptables.kojibuilder
@@ -58,6 +58,8 @@
# DNS
-A OUTPUT -p udp -m udp -d 10.5.126.21 --dport 53 -j ACCEPT
-A OUTPUT -p udp -m udp -d 10.5.126.22 --dport 53 -j ACCEPT
+-A OUTPUT -p tcp -m tcp -d 10.5.126.21 --dport 53 -j ACCEPT
+-A OUTPUT -p tcp -m tcp -d 10.5.126.22 --dport 53 -j ACCEPT
# bastion smtp
-A OUTPUT -p tcp -m tcp -d 10.5.126.12 --dport 25 -j ACCEPT