mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 22:04:43 +03:00
iptables: flush nat table as well as filter table upon reset (#2174)
* iptables: flush nat table as well as filter table upon reset * Indentation fix
This commit is contained in:
@@ -72,7 +72,11 @@
|
|||||||
|
|
||||||
- name: flush iptables
|
- name: flush iptables
|
||||||
iptables:
|
iptables:
|
||||||
|
table: "{{ item }}"
|
||||||
flush: yes
|
flush: yes
|
||||||
|
with_items:
|
||||||
|
- filter
|
||||||
|
- nat
|
||||||
when: flush_iptables|bool
|
when: flush_iptables|bool
|
||||||
tags:
|
tags:
|
||||||
- iptables
|
- iptables
|
||||||
|
|||||||
Reference in New Issue
Block a user