Merge branch 'master' of https://github.com/wazuh/wazuh-ansible
This commit is contained in:
commit
cad3fd62d3
16
README.md
16
README.md
@ -1,4 +1,4 @@
|
||||
## Install Ansible (server)
|
||||
## Install Ansible
|
||||
|
||||
```
|
||||
Debian
|
||||
@ -36,7 +36,7 @@ Open the file with root privileges:
|
||||
$ sudo nano /etc/ansible/hosts
|
||||
```
|
||||
|
||||
Add ossec hosts:
|
||||
Add destination hosts:
|
||||
|
||||
```
|
||||
[wazuh-manager]
|
||||
@ -55,8 +55,8 @@ Add ossec hosts:
|
||||
|
||||
```
|
||||
cd ~
|
||||
git clone https://github.com/wazuh/ossec-playbook/
|
||||
cp -pr ossec-playbook/* /etc/ansible/roles/
|
||||
git clone https://github.com/wazuh/wazuh-playbook/
|
||||
cp -pr wazuh-playbook/* /etc/ansible/roles/
|
||||
```
|
||||
|
||||
|
||||
@ -85,7 +85,7 @@ Run the playbook for a manager
|
||||
$ ansible-playbook wazuh-manager.yml -e"@vars.yml"
|
||||
```
|
||||
|
||||
Run the playbbok for an agent:
|
||||
Run the playbook for an agent:
|
||||
|
||||
|
||||
```
|
||||
@ -107,10 +107,10 @@ $ ansible-playbook wazuh-agent.yml -e"@vars.yml"
|
||||
|
||||
```
|
||||
|
||||
### Created by
|
||||
### Original created by
|
||||
|
||||
Github: https://github.com/dj-wasabi/ansible-ossec-server
|
||||
|
||||
mail: ikben [ at ] werner-dijkerman . nl
|
||||
### Modified
|
||||
|
||||
Modificated by Wazuh
|
||||
The playbooks have been modified by Wazuh, Inc, including some specific requirements, templates and configuration to improve integration with Wazuh ecosystem.
|
||||
|
||||
@ -34,3 +34,7 @@ MIT / BSD
|
||||
## Author Information
|
||||
|
||||
This role was created in 2014 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).
|
||||
|
||||
## Modified
|
||||
|
||||
The playbooks have been modified by Wazuh, Inc, including some specific requirements, templates and configuration for integrating Elastic Stack and Wazuh ecosystem.
|
||||
|
||||
@ -72,3 +72,6 @@ MIT / BSD
|
||||
## Author Information
|
||||
|
||||
This role was created in 2016 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).
|
||||
|
||||
## Modified
|
||||
The playbooks have been modified by Wazuh, Inc, including some specific requirements, templates and configuration for integrating Elastic Stack and Wazuh ecosystem.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user