From 5abdb99fffe86729a4d50933c763346b9bf197e2 Mon Sep 17 00:00:00 2001 From: Pedro Sanchez Date: Tue, 21 Mar 2017 13:58:34 +0100 Subject: [PATCH 1/4] Update README.md --- ansible-role-elk/README.md | 4 ++++ 1 file changed, 4 insertions(+) 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. From e90eb7b3a09052ffbd164d27883068b80d147d85 Mon Sep 17 00:00:00 2001 From: Pedro Sanchez Date: Tue, 21 Mar 2017 14:02:02 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 816ffaac..44b0e69c 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: ``` @@ -111,6 +111,6 @@ $ ansible-playbook wazuh-agent.yml -e"@vars.yml" 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. From c40972c3b90b589ce8cc11b081650a90478385a2 Mon Sep 17 00:00:00 2001 From: Pedro Sanchez Date: Tue, 21 Mar 2017 14:02:23 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44b0e69c..ebcc7b08 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ $ ansible-playbook wazuh-agent.yml -e"@vars.yml" ``` -### Created by +### Original created by Github: https://github.com/dj-wasabi/ansible-ossec-server From 50ee084dccfa8e10651fbd87230c3e5792806b2e Mon Sep 17 00:00:00 2001 From: Pedro Sanchez Date: Tue, 21 Mar 2017 14:03:38 +0100 Subject: [PATCH 4/4] Update README.md --- ansible-role-filebeat/README.md | 3 +++ 1 file changed, 3 insertions(+) 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.