From bd49c1f33dfd3579bfe8b8187bbe6fafc7d976b4 Mon Sep 17 00:00:00 2001 From: c-bordon Date: Fri, 20 Oct 2023 12:01:06 -0300 Subject: [PATCH] Removed reference for Wazuh indexer and dashboard mixed node from Readme file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51f451b4..0a4f285b 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb ### 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 (Wazuh indexer data node + Wazuh dashboard). +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 Wazuh dashboard node. ```yaml --- @@ -248,7 +248,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 +# dashboard node - hosts: dashboard roles: - role: "../roles/wazuh/wazuh-indexer"