This commit is contained in:
Seth Vidal 2013-05-21 19:09:27 +00:00
parent ebd0539a7a
commit b4aae560e8
4 changed files with 617 additions and 0 deletions

12
tasks/rkhunter.yml Normal file
View file

@ -0,0 +1,12 @@
---
- name: install rkhunter
yum: name=rkhunter state=present
- name: rkhunter.conf
template: src=$files/rkhunter/rkhunter.conf.j2 dest=/etc/rkhunter.conf mode=0640
- name: rkhunter sysconfig
copy: src=$files/rkhunter/rkhunter.sysconfig dest=/etc/sysconfig/rkhunter mode=0640