diff --git a/README.md b/README.md index 816ffaac..ebcc7b08 100644 --- a/README.md +++ b/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. diff --git a/ansible-role-elk/README.md b/ansible-role-elk/README.md index cfd9336b..68c54514 100644 --- a/ansible-role-elk/README.md +++ b/ansible-role-elk/README.md @@ -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. diff --git a/ansible-role-filebeat/README.md b/ansible-role-filebeat/README.md index 1eccacb8..b05b0493 100644 --- a/ansible-role-filebeat/README.md +++ b/ansible-role-filebeat/README.md @@ -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.