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
|
|
@ -7,7 +7,6 @@
|
|||
- { role: elasticsearch, es_config: { "http.port": 9200, "transport.tcp.port":9300, discovery.zen.ping.unicast.hosts: "localhost:9300" }, es_instance_name: "node1" }
|
||||
vars:
|
||||
es_enable_xpack: false
|
||||
es_package_name: "elasticsearch-oss"
|
||||
es_scripts: true
|
||||
es_templates: true
|
||||
es_heap_size: "1g"
|
||||
|
|
@ -25,7 +24,6 @@
|
|||
- { role: elasticsearch, es_config: { "http.port": 9200, "transport.tcp.port":9300, discovery.zen.ping.unicast.hosts: "localhost:9300" }, es_instance_name: "node1" }
|
||||
vars:
|
||||
es_enable_xpack: false
|
||||
es_package_name: "elasticsearch-oss"
|
||||
es_scripts: true
|
||||
es_templates: true
|
||||
es_heap_size: "1g"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue