added disable-iptables
This commit is contained in:
parent
3601beb92b
commit
9a73ef0946
1 changed files with 10 additions and 0 deletions
10
common.yml
10
common.yml
|
@ -179,3 +179,13 @@
|
||||||
connection: local
|
connection: local
|
||||||
roles:
|
roles:
|
||||||
- ssh_hardening
|
- ssh_hardening
|
||||||
|
|
||||||
|
- name: "copy iptables disable script to/scripts"
|
||||||
|
copy:
|
||||||
|
backup: yes
|
||||||
|
src: "{{ playbook_dir }}/repo/disable_iptables.sh"
|
||||||
|
dest: /scripts/disable_iptables.sh
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: '0744'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue