Go to file
2019-06-26 17:00:54 +02:00
molecule Passing tests 2019-06-14 17:12:49 +02:00
playbooks Supporting ELK 7 cluster 2019-06-13 17:49:05 +02:00
roles Modifying template for allowing xpack.security 2019-06-26 17:00:54 +02:00
.gitignore Deleted Logstash and added new Filebeat.yml template 2019-06-06 17:24:18 +02:00
.yamllint adding back .yamllint pretask and results 2019-02-11 23:31:38 -05:00
CHANGELOG.md Updated CHANGELOG 2019-06-13 18:07:23 +02:00
LICENSE Adding Wazuh License 2018-11-06 09:05:11 +01:00
Pipfile Added molecule test for the Wazuh Agent 2019-04-27 15:26:18 +02:00
README.md Deleted Logstash and added new Filebeat.yml template 2019-06-06 17:24:18 +02:00
VERSION Bump version 2019-05-21 21:05:44 +02:00

Wazuh-Ansible

Slack Email Documentation Documentation

These playbooks install and configure Wazuh agent, manager and Elastic Stack.

Documentation

Directory structure

├── wazuh-ansible
│ ├── roles
│ │ ├── elastic-stack 
│ │ │ ├── ansible-elasticsearch        
│ │ │ ├── ansible-kibana
│ │
│ │ ├── wazuh                
│ │ │ ├── ansible-filebeat
│ │ │ ├── ansible-wazuh-manager
│ │ │ ├── ansible-wazuh-agent
│ │
│ │ ├── ansible-galaxy
│ │ │ ├── meta
│
│ ├── playbooks
│ │ ├── wazuh-agent.yml
│ │ ├── wazuh-elastic.yml
│ │ ├── wazuh-elastic_stack-distributed.yml
│ │ ├── wazuh-elastic_stack-single.yml
│ │ ├── wazuh-kibana.yml
│ │ ├── wazuh-manager.yml
│
│ ├── README.md
│ ├── VERSION
│ ├── CHANGELOG.md

Branches

  • stable branch on correspond to the last Wazuh-Ansible stable version.
  • master branch contains the latest code, be aware of possible bugs on this branch.

Testing

pip install pipenv
sudo pipenv install
pipenv run test
pipenv run agent

Contribute

If you want to contribute to our repository, please fork our Github repository and submit a pull request.

If you are not familiar with Github, you can also share them through our users mailing list, to which you can subscribe by sending an email to wazuh+subscribe@googlegroups.com.

Modified by Wazuh

The playbooks have been modified by Wazuh, including some specific requirements, templates and configuration to improve integration with Wazuh ecosystem.

Credits and Thank you

Based on previous work from dj-wasabi.

https://github.com/dj-wasabi/ansible-ossec-server

WAZUH Copyright (C) 2016-2018 Wazuh Inc. (License GPLv2)

Web references