Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

maxlareo/ansible-chkrootkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chkrootkit

Build Status Ansible Galaxy

Install and configure Chkrootkit

Role Variables

About the /etc/chkrootkit.conf file

  • chkrootkit_run_daily: [default: 'false']: Set this to yes to enable chkrootkit daily runs
  • chkrootkit_run_daily_opts: [default: '-q']: Set the list of options to use with chkrootkit, see man chkrootkit
  • chkrootkit_diff_mode: [default: 'false']: If this is set to "true" chrootkit compares the files /var/log/chkrootkit/log.expected with /var/log/chkrootkit/log.today

Dependencies

None

Example Playbook

---
- hosts: all
  roles:
    - chkrootkit

License

MIT