Go to file
2019-09-26 13:06:42 +02:00
playbooks Add single_node:false to ES distributed playbook 2019-09-24 18:36:44 +02:00
roles Fix "Checking Wazuh-APP version" task that updates plugins 2019-09-26 13:06:42 +02:00
.gitignore deleted .swp 2019-07-17 12:52:14 +02:00
.yamllint changing permissions 2019-07-17 12:21:19 +02:00
CHANGELOG.md Update CHANGELOG.md 2019-09-25 09:14:07 +02:00
LICENSE changing permissions 2019-07-17 12:21:19 +02:00
README.md Removed molecule from root folder 2019-09-18 15:35:29 +02:00
VERSION Bump version to 3.10.2_7.3.2 2019-09-25 09:14:31 +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

  1. Get the wazuh-ansible folder from the wazuh-qa repository.
git clone https://github.com/wazuh/wazuh-qa
  1. Copy the Pipfile and the molecule folder into the root wazuh-ansible directory:
cp wazuh-qa/ansible/wazuh-ansible/* . -R
  1. Follow these steps for launching the tests. Check the Pipfile for running different scenarios:
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