mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 09:34:20 +01:00
Changes to support Hash Map for Config
This commit is contained in:
@@ -9,6 +9,9 @@ es_scripts: false
|
||||
es_templates: false
|
||||
es_user: elasticsearch
|
||||
es_group: elasticsearch
|
||||
es_cluster_name: elasticsearch
|
||||
es_multicast_enabled: false
|
||||
es_node_name_prefix: ""
|
||||
|
||||
es_config: {
|
||||
"cluster_name": elasticsearch,
|
||||
"multicast_enabled": false,
|
||||
"node_name_prefix": ""
|
||||
}
|
||||
Reference in New Issue
Block a user