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

Latest commit

 

History

History
31 lines (20 loc) · 892 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 892 Bytes

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