From 1932f683a86e158a89f4022545090b4dc1d656c9 Mon Sep 17 00:00:00 2001 From: Alberto R Date: Fri, 4 Mar 2022 09:35:20 +0100 Subject: [PATCH 1/2] Minor format fix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f73f1d8..5f4b9563 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb ## Example: production-ready distributed environment ### Playbook -The hereunder example playbook uses the `wazuh-ansible` role to provision a production-ready Wazuh environment. The architecture includes 2 Wazuh nodes, 3 Wazuh Indexer nodes and a mixed Wazuh dashboard node. +The hereunder example playbook uses the `wazuh-ansible` role to provision a production-ready Wazuh environment. The architecture includes 2 Wazuh nodes, 3 Wazuh indexer nodes and a mixed Wazuh dashboard node. ```yaml --- @@ -126,7 +126,7 @@ The hereunder example playbook uses the `wazuh-ansible` role to provision a prod tags: - generate-certs -#Wazuh Indexer Cluster +# Wazuh indexer cluster - hosts: wi_cluster strategy: free roles: @@ -172,7 +172,7 @@ The hereunder example playbook uses the `wazuh-ansible` role to provision a prod ip: "{{ hostvars.dashboard.private_ip }}" role: dashboard - #Wazuh cluster +# Wazuh cluster - hosts: manager roles: - role: "../roles/wazuh/ansible-wazuh-manager" @@ -234,7 +234,7 @@ The hereunder example playbook uses the `wazuh-ansible` role to provision a prod - "{{ hostvars.wi2.private_ip }}" - "{{ hostvars.wi3.private_ip }}" - #Indexer+Dashboard node +# Indexer + dashboard node - hosts: dashboard roles: - role: "../roles/opensearch/wazuh-indexer" From 3919e555035a0c90d59c0168277311f61de51798 Mon Sep 17 00:00:00 2001 From: Alberto R Date: Fri, 4 Mar 2022 09:40:27 +0100 Subject: [PATCH 2/2] Minor format changes on production ready --- playbooks/wazuh-opensearch-production-ready.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/wazuh-opensearch-production-ready.yml b/playbooks/wazuh-opensearch-production-ready.yml index e52cfca7..73797b0e 100644 --- a/playbooks/wazuh-opensearch-production-ready.yml +++ b/playbooks/wazuh-opensearch-production-ready.yml @@ -46,7 +46,7 @@ tags: - generate-certs -#Wazuh Indexer Cluster +# Wazuh indexer cluster - hosts: wi_cluster strategy: free roles: @@ -92,7 +92,7 @@ ip: "{{ hostvars.dashboard.private_ip }}" role: dashboard - #Wazuh cluster +# Wazuh cluster - hosts: manager roles: - role: "../roles/wazuh/ansible-wazuh-manager" @@ -154,7 +154,7 @@ - "{{ hostvars.wi2.private_ip }}" - "{{ hostvars.wi3.private_ip }}" - #Indexer+Dashboard node +# Indexer + dashboard node - hosts: dashboard roles: - role: "../roles/opensearch/wazuh-indexer"