From f1b0299d952cb80b2e7c29d271e6b103d1129ad6 Mon Sep 17 00:00:00 2001 From: Alberto R Date: Sun, 30 Oct 2022 12:20:00 +0100 Subject: [PATCH 1/2] Fixes according MD004 --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fb3f4917..d2cd1f59 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashboard. ## Branches -* `master` branch contains the latest code, be aware of possible bugs on this branch. -* `stable` branch on correspond to the last Wazuh stable version. + +- `master` branch contains the latest code, be aware of possible bugs on this branch. +- `stable` branch on correspond to the last Wazuh stable version. ## Compatibility Matrix @@ -39,8 +40,8 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb ## Documentation -* [Wazuh Ansible documentation](https://documentation.wazuh.com/current/deploying-with-ansible/index.html) -* [Full documentation](http://documentation.wazuh.com) +- [Wazuh Ansible documentation](https://documentation.wazuh.com/current/deploying-with-ansible/index.html) +- [Full documentation](http://documentation.wazuh.com) ## Directory structure @@ -414,4 +415,4 @@ Copyright (C) 2016, Wazuh Inc. (License GPLv2) ## Web references -* [Wazuh website](http://wazuh.com) +- [Wazuh website](http://wazuh.com) From 1365beb765832804b2511fdee1be626b1327720b Mon Sep 17 00:00:00 2001 From: Alberto R Date: Sun, 30 Oct 2022 12:21:07 +0100 Subject: [PATCH 2/2] 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