summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/rkhunter.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2014-06-29 16:08:48 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:52:08 +0200
commitfd3adc5afe27e1208f8a173414a19884459ae54c (patch)
treefb7bb0da59bb41b99720313dc707e81aa0fdd6c3 /roles/common/tasks/rkhunter.yml
parent658321213c4aca5f31a1695b5ac34976e130604c (diff)
Don't install 'unhide.rb'.
Diffstat (limited to 'roles/common/tasks/rkhunter.yml')
-rw-r--r--roles/common/tasks/rkhunter.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/common/tasks/rkhunter.yml b/roles/common/tasks/rkhunter.yml
index 78eec90..d504a49 100644
--- a/roles/common/tasks/rkhunter.yml
+++ b/roles/common/tasks/rkhunter.yml
@@ -1,26 +1,25 @@
- name: Install rkhunter
apt: pkg={{ item }}
with_items:
- rkhunter
- curl
- iproute
- lsof
- 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 }}
owner=root group=root
mode=0644
with_items:
- rkhunter.conf
- default/rkhunter
notify:
# This might not always be necessary, but it's not like we would
# change the config every day...
- Update rkhunter's data file
- meta: flush_handlers