Merge branch '732-indexer-dashboard' of github.com:wazuh/wazuh-ansible into 732-indexer-dashboard

This commit is contained in:
Gonzalo Acuña 2022-03-04 09:36:48 -03:00
commit 3927f73cc6
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270
2 changed files with 7 additions and 7 deletions

View File

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

View File

@ -46,7 +46,7 @@
tags:
- generate-certs
#Wazuh Indexer Cluster
# Wazuh indexer cluster
- hosts: wi_cluster
strategy: free
roles:
@ -154,7 +154,7 @@
- "{{ hostvars.wi2.private_ip }}"
- "{{ hostvars.wi3.private_ip }}"
#Indexer+Dashboard node
# Indexer + dashboard node
- hosts: dashboard
roles:
- role: "../roles/wazuh/wazuh-indexer"