Go to file
AlfonsoRBJ 990a56cdf4
Add files via upload
A script that gets the version of the agent.

Query if there is local_internal_options.conf, if it does not exist, create the file.

If the agent version is equal to 3.1 or higher, add to the file:

# Wazuh Command Module - If it should accept remote commands from the manager
wazuh_command.remote_commands=1

Regardless of the version, add to the file:

# Logcollector - If it should accept remote commands from the manager
logcollector.remote_commands=1


Finally, restart the agent.
2018-09-20 14:59:00 +02:00
ansible-role-elasticsearch Elastic Stack updated 2018-08-30 14:59:35 +02:00
ansible-role-filebeat Set cache valid time for oracle java installation 2018-07-18 16:43:58 +02:00
ansible-role-kibana Elastic Stack updated 2018-08-30 14:59:35 +02:00
ansible-role-logstash Elastic Stack updated 2018-08-30 14:59:35 +02:00
ansible-wazuh-agent Merge pull request #53 from pillarsdotnet/fix-syscheck 2018-08-21 17:45:13 -04:00
ansible-wazuh-manager Bugfix: wazuh_manger_config -> wazuh_manager_config 2018-08-22 07:39:21 -04:00
meta Add meta for ansible-galaxy. 2018-08-15 14:56:47 -04:00
.gitignore Updating .gitignore 2018-01-29 01:23:17 +00:00
configure_commands_wazuh_agent.ps1 Add files via upload 2018-09-20 14:59:00 +02:00
README.md Correcting some spelling errors 2018-08-11 14:09:31 +02:00
wazuh-agent.yml Move 'api_pass' variable in a separate var file so it's possibile to encrypt it with ansible-vault 2018-03-29 20:27:05 +02:00
wazuh-elastic_stack-distributed.yml wazuh-elastic_stack.yml to wazuh-elastic_stack-distributed.yml 2018-01-29 01:22:15 +00:00
wazuh-elastic_stack-single.yml Add Logstash configuration for Wazuh ELK single 2017-12-27 11:36:34 +01:00
wazuh-elastic.yml Updating to Wazuh 3 and Elastic Stack 6 2017-12-21 20:05:34 -05:00
wazuh-kibana.yml Updating to Wazuh 3 and Elastic Stack 6 2017-12-21 20:05:34 -05:00
wazuh-logstash.yml Updating to Wazuh 3 and Elastic Stack 6 2017-12-21 20:05:34 -05:00
wazuh-manager.yml Updating to Wazuh 3 and Elastic Stack 6 2017-12-21 20:05:34 -05:00

Wazuh Ansible playbooks

Slack Email Documentation Documentation

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

Documentation

Based on previous work from dj-wasabi

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

Modified by Wazuh

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

References