Merge pull request #856 from wazuh/4.3-lint-md

Markdown fixes
This commit is contained in:
Daniel Folch 2022-10-30 18:01:31 +01:00 committed by GitHub
commit 507aa56403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,9 @@
These playbooks install and configure Wazuh agent, manager and indexer and dashboard. These playbooks install and configure Wazuh agent, manager and indexer and dashboard.
## Branches ## 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 ## Compatibility Matrix
@ -39,8 +40,8 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
## Documentation ## Documentation
* [Wazuh Ansible documentation](https://documentation.wazuh.com/current/deploying-with-ansible/index.html) - [Wazuh Ansible documentation](https://documentation.wazuh.com/current/deploying-with-ansible/index.html)
* [Full documentation](http://documentation.wazuh.com) - [Full documentation](http://documentation.wazuh.com)
## Directory structure ## Directory structure
@ -68,10 +69,10 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
│ ├── VERSION │ ├── VERSION
│ ├── CHANGELOG.md │ ├── CHANGELOG.md
## Example: production-ready distributed environment ## Example: production-ready distributed environment
### Playbook ### 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 mixed Wazuh dashboard node (Wazuh indexer data node + Wazuh dashboard).
```yaml ```yaml
@ -326,6 +327,7 @@ After the playbook execution, the Wazuh UI should be reachable through `https://
## Example: single-host environment ## Example: single-host environment
### Playbook ### 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. 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 ```yaml
@ -414,4 +416,4 @@ Copyright (C) 2016, Wazuh Inc. (License GPLv2)
## Web references ## Web references
* [Wazuh website](http://wazuh.com) - [Wazuh website](http://wazuh.com)