Commit d2c959dc authored by nanahira's avatar nanahira

remove flush forward table

parent d9560bb5
......@@ -82,11 +82,6 @@
state: stopped
enabled: false
when: ansible_os_family == 'RedHat'
- name: flush forward table
become: true
iptables:
chain: FORWARD
flush: true
- name: iptables save
shell: 'sudo iptables-save > ~/ipt'
- name: iptables forward script
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment