Remove es_package_name hard coding since this is dynamically detected now
This commit is contained in:
parent
bbc5e0603d
commit
06a8c5c41b
4 changed files with 0 additions and 7 deletions
|
|
@ -9,7 +9,6 @@
|
|||
- { role: elasticsearch, es_instance_name: "node1", es_data_dirs: ["/opt/elasticsearch/data-1","/opt/elasticsearch/data-2"], es_log_dir: "/opt/elasticsearch/logs", es_user_id: 333, es_group_id: 333, es_config: {node.name: "node1", cluster.name: "custom-cluster", discovery.zen.ping.unicast.hosts: "localhost:9301", http.port: 9201, transport.tcp.port: 9301, node.data: false, node.master: true, bootstrap.memory_lock: false } }
|
||||
vars:
|
||||
es_enable_xpack: false
|
||||
es_package_name: "elasticsearch-oss"
|
||||
es_scripts: false
|
||||
es_templates: false
|
||||
es_version_lock: false
|
||||
|
|
@ -28,7 +27,6 @@
|
|||
- { role: elasticsearch, es_instance_name: "node1", es_data_dirs: ["/opt/elasticsearch/data-1","/opt/elasticsearch/data-2"], es_log_dir: "/opt/elasticsearch/logs", es_user_id: 333, es_group_id: 333, es_config: {node.name: "node1", cluster.name: "custom-cluster", discovery.zen.ping.unicast.hosts: "localhost:9501", http.port: 9401, transport.tcp.port: 9501, node.data: true, node.master: true, bootstrap.memory_lock: true } }
|
||||
vars:
|
||||
es_enable_xpack: false
|
||||
es_package_name: "elasticsearch-oss"
|
||||
es_scripts: false
|
||||
es_templates: false
|
||||
es_version_lock: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue