rkhunter
This commit is contained in:
parent
ebd0539a7a
commit
b4aae560e8
4 changed files with 617 additions and 0 deletions
12
tasks/rkhunter.yml
Normal file
12
tasks/rkhunter.yml
Normal 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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue