fixed ssh_hardening function call
This commit is contained in:
parent
b836975a96
commit
f31119522e
1 changed files with 7 additions and 5 deletions
|
@ -156,9 +156,11 @@
|
|||
name: vm.swappiness
|
||||
value: '0'
|
||||
state: present
|
||||
sysctl_file: /etc/sysctl.conf
|
||||
|
||||
|
||||
- name: "ssh_hardening"
|
||||
hosts: thismachine
|
||||
hosts: localhost
|
||||
connection: local
|
||||
roles:
|
||||
- ssh_hardening
|
||||
|
|
Loading…
Reference in a new issue