Merge pull request #1124 from wazuh/merge-4.8.0-into-master

Merge 4.8.0 into master
This commit is contained in:
Victor Ereñú 2023-11-14 04:55:29 -03:00 committed by GitHub
commit 4b385eeb7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,6 +162,10 @@
become_user: root become_user: root
vars: vars:
indexer_network_host: "{{ hostvars.wi1.private_ip }}" indexer_network_host: "{{ hostvars.wi1.private_ip }}"
indexer_cluster_nodes:
- "{{ hostvars.wi1.private_ip }}"
- "{{ hostvars.wi2.private_ip }}"
- "{{ hostvars.wi3.private_ip }}"
dashboard_node_name: node-6 dashboard_node_name: node-6
wazuh_api_credentials: wazuh_api_credentials:
- id: default - id: default