fixed ssh_hardening function call
Questo commit è contenuto in:
parent
b836975a96
commit
f31119522e
1 ha cambiato i file con 7 aggiunte e 5 eliminazioni
12
common.yml
12
common.yml
|
@ -152,13 +152,15 @@
|
|||
mode: '0644'
|
||||
|
||||
# Set vm.swappiness to 5 in /etc/sysctl.conf
|
||||
- sysctl:
|
||||
name: vm.swappiness
|
||||
value: '0'
|
||||
state: present
|
||||
- sysctl:
|
||||
name: vm.swappiness
|
||||
value: '0'
|
||||
state: present
|
||||
sysctl_file: /etc/sysctl.conf
|
||||
|
||||
|
||||
- name: "ssh_hardening"
|
||||
hosts: thismachine
|
||||
hosts: localhost
|
||||
connection: local
|
||||
roles:
|
||||
- ssh_hardening
|
||||
|
|
Caricamento…
Crea riferimento in una nuova segnalazione