mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 09:34:20 +01:00
move to 5.1.2
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
es_major_version: "5.x"
|
||||
es_version: "5.1.1"
|
||||
es_version: "5.1.2"
|
||||
es_version_lock: false
|
||||
es_use_repository: true
|
||||
es_apt_key: "https://artifacts.elastic.co/GPG-KEY-elasticsearch"
|
||||
es_apt_url: "deb https://artifacts.elastic.co/packages/{{ es_major_version }}/apt stable main"
|
||||
es_apt_url_old: "deb https://artifacts.elastic.co/packages/{{ es_major_version }}/apt stable main"
|
||||
es_apt_url_old: "deb http://packages.elastic.co/elasticsearch/{{ es_major_version }}/debian stable main"
|
||||
es_start_service: true
|
||||
es_java_install: true
|
||||
update_java: false
|
||||
|
||||
Reference in New Issue
Block a user