From 1365beb765832804b2511fdee1be626b1327720b Mon Sep 17 00:00:00 2001 From: Alberto R Date: Sun, 30 Oct 2022 12:21:07 +0100 Subject: [PATCH] MD022 fixes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2cd1f59..174dad7c 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,10 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb │ ├── VERSION │ ├── CHANGELOG.md - ## 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 (Wazuh indexer data node + Wazuh dashboard). ```yaml @@ -327,6 +327,7 @@ After the playbook execution, the Wazuh UI should be reachable through `https:// ## Example: single-host environment ### Playbook + The hereunder example playbook uses the `wazuh-ansible` role to provision a single-host Wazuh environment. This architecture includes all the Wazuh and Opensearch components in a single node. ```yaml