roles/opendistro: add missing variable elasticsearch_node_master in role defaults

This commit is contained in:
neonmei 2021-01-07 15:15:38 -03:00
parent cca881f112
commit f1cb1f7b20
No known key found for this signature in database
GPG Key ID: 7EA1832E7E17237E

View File

@ -5,8 +5,11 @@ opendistro_version: 1.11.0
single_node: false
elasticsearch_node_name: node-1
opendistro_cluster_name: wazuh
elasticsearch_node_master: true
elasticsearch_node_data: true
elasticsearch_node_ingest: true
elasticsearch_lower_disk_requirements: false
elasticsearch_cluster_nodes:
- 127.0.0.1