An open API service indexing awesome lists of open source software.

https://github.com/victorock/ansible-role-rkhunter


https://github.com/victorock/ansible-role-rkhunter

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

rkhunter role
==============

Description
-----------

This role install, configure and run rkhunter.

Defaults
------------

```YAML
rkhunter_cron: yes
rkhunter_config: yes
rkhunter_logrotate: yes
rkhunter_run: yes
rkhunter_state: present
```

Example
-------

Playbook: Rkhunter Hardening

```YAML
---
- name: "Security: Linux Rootkit Check - Rkhunter"
hosts: linux
become: true

tasks:
- name: "victorock.rkhunter"
include_role:
name: victorock.rkhunter
tasks_from: run
```

Authors
-------

Victor da Costa