Skip to content

Ansible role to deploy OSSEC HIDS as a local (not agent/server) install.

Notifications You must be signed in to change notification settings

0x646e78/ansible-role-ossec-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-ossec-local

Ansible role to install and configure an OSSEC HIDS local install

Use

You can clone this repo directly into your ansible playbook by issuing

git clone https://github.com/auraltension/ansible-role-ossec-local.git roles/ossec-server

or alternatively as a submodule in much the same way

git submodule add https://github.com/auraltension/ansible-role-ossec-local.git roles/ossec-local

You will need to set up variables for admin_email_addresses. I choose to put these in group_vars, such as

admin_email_addresses:
  - [email protected]
  - [email protected]

You can then include this role as part of a playbook such as:

---
- hosts: my_server
  roles:
    - webserver
    - ossec-local

Credits

Originally forked from roles in Aaron Hunter's CentOS management playbook at https://github.com/aaron868/management

About

Ansible role to deploy OSSEC HIDS as a local (not agent/server) install.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published