MD022 fixes

This commit is contained in:
Alberto R 2022-10-30 12:21:07 +01:00
parent f1b0299d95
commit 1365beb765
No known key found for this signature in database
GPG Key ID: A3B78DD9E2FD8B94

View File

@ -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