浏览代码

fixed ssh_hardening function call

panda 2 年之前
父节点
当前提交
f31119522e
共有 1 个文件被更改,包括 7 次插入5 次删除
  1. 7 5
      common.yml

+ 7 - 5
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