Minor format fix

This commit is contained in:
Alberto R 2022-03-04 09:35:20 +01:00
parent b4f9b93e1f
commit 1932f683a8
No known key found for this signature in database
GPG Key ID: A3B78DD9E2FD8B94

View File

@ -75,7 +75,7 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
## 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. 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.
```yaml ```yaml
--- ---
@ -126,7 +126,7 @@ The hereunder example playbook uses the `wazuh-ansible` role to provision a prod
tags: tags:
- generate-certs - generate-certs
#Wazuh Indexer Cluster # Wazuh indexer cluster
- hosts: wi_cluster - hosts: wi_cluster
strategy: free strategy: free
roles: roles:
@ -172,7 +172,7 @@ The hereunder example playbook uses the `wazuh-ansible` role to provision a prod
ip: "{{ hostvars.dashboard.private_ip }}" ip: "{{ hostvars.dashboard.private_ip }}"
role: dashboard role: dashboard
#Wazuh cluster # Wazuh cluster
- hosts: manager - hosts: manager
roles: roles:
- role: "../roles/wazuh/ansible-wazuh-manager" - role: "../roles/wazuh/ansible-wazuh-manager"
@ -234,7 +234,7 @@ The hereunder example playbook uses the `wazuh-ansible` role to provision a prod
- "{{ hostvars.wi2.private_ip }}" - "{{ hostvars.wi2.private_ip }}"
- "{{ hostvars.wi3.private_ip }}" - "{{ hostvars.wi3.private_ip }}"
#Indexer+Dashboard node # Indexer + dashboard node
- hosts: dashboard - hosts: dashboard
roles: roles:
- role: "../roles/opensearch/wazuh-indexer" - role: "../roles/opensearch/wazuh-indexer"