From d72d516f2647a3e03b5e11d891c6ec4e9ddcf9cf Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 13 Mar 2014 16:43:50 +0100 Subject: Make use of Ansible 1.5 new features. Most notably pipelining=True and sysctl_set=yes. --- roles/common/tasks/rkhunter.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/common/tasks/rkhunter.yml') diff --git a/roles/common/tasks/rkhunter.yml b/roles/common/tasks/rkhunter.yml index f6a4d71..78eec90 100644 --- a/roles/common/tasks/rkhunter.yml +++ b/roles/common/tasks/rkhunter.yml @@ -8,6 +8,8 @@ - unhide - unhide.rb +# To test the configuration: +# ansible all -m command -a '/usr/bin/rkhunter -c --nomow --rwo' - name: Configure rkhunter copy: src=etc/{{ item }} dest=/etc/{{ item }} -- cgit v1.2.3