Removed reference for Wazuh indexer and dashboard mixed node from Readme file

This commit is contained in:
c-bordon 2023-10-20 12:01:06 -03:00
parent 4c9e9e02e2
commit bd49c1f33d
No known key found for this signature in database
GPG Key ID: E723BAA51FA52642

View File

@ -89,7 +89,7 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
### 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 Wazuh dashboard node.
```yaml ```yaml
--- ---
@ -248,7 +248,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 # dashboard node
- hosts: dashboard - hosts: dashboard
roles: roles:
- role: "../roles/wazuh/wazuh-indexer" - role: "../roles/wazuh/wazuh-indexer"