Browse Source

* Remove DOCKER chain work around

Jhon Honce 10 years ago
parent
commit
4dc8ca74f4
1 changed files with 0 additions and 8 deletions
  1. 0 8
      roles/os_firewall/tasks/firewall/iptables.yml

+ 0 - 8
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 }}"