adding flushing iptables to reset role
This commit is contained in:
parent
771aef0b44
commit
356a920e4e
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@
|
|||
command: umount {{item}}
|
||||
with_items: '{{ mounted_dirs.stdout_lines }}'
|
||||
|
||||
- name: flush iptables
|
||||
command: "iptables --flush"
|
||||
|
||||
- name: reset | delete some files and directories
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
|
|
Loading…
Reference in a new issue