summaryrefslogtreecommitdiffstats
path: root/roles/os_firewall
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2015-03-24 12:40:21 -0700
committerJhon Honce <jhonce@redhat.com>2015-03-24 12:40:21 -0700
commit4dc8ca74f47bcbe0fd6285b0d73cc5b193be17a9 (patch)
tree42f8c37e4a0acc9426a713ffe0873a71aa78eecd /roles/os_firewall
parentfa746f02aa275cf8e1cbe9f90ec41fc27806a0bd (diff)
downloadopenshift-4dc8ca74f47bcbe0fd6285b0d73cc5b193be17a9.tar.gz
openshift-4dc8ca74f47bcbe0fd6285b0d73cc5b193be17a9.tar.bz2
openshift-4dc8ca74f47bcbe0fd6285b0d73cc5b193be17a9.tar.xz
openshift-4dc8ca74f47bcbe0fd6285b0d73cc5b193be17a9.zip
* Remove DOCKER chain work around
Diffstat (limited to 'roles/os_firewall')
-rw-r--r--roles/os_firewall/tasks/firewall/iptables.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/roles/os_firewall/tasks/firewall/iptables.yml b/roles/os_firewall/tasks/firewall/iptables.yml
index 72a3401cf..87e77c083 100644
--- a/roles/os_firewall/tasks/firewall/iptables.yml
+++ b/roles/os_firewall/tasks/firewall/iptables.yml
@@ -41,14 +41,6 @@
changed_when: "'firewalld' in result.stdout"
when: pkg_check.rc == 0
-# Workaround for Docker 1.4 to create DOCKER chain
-- name: Add DOCKER chain
- os_firewall_manage_iptables:
- name: "DOCKER chain"
- action: verify_chain
- create_jump_rule: no
-# End of Docker 1.4 workaround
-
- name: Add iptables allow rules
os_firewall_manage_iptables:
name: "{{ item.service }}"