Add support for custom Debian repository; allow repository key to be set to false.
This commit is contained in:
parent
f71c07d799
commit
f8e140708a
2 changed files with 5 additions and 3 deletions
|
|
@ -3,6 +3,8 @@ es_major_version: "2.x"
|
|||
es_version: "2.2.0"
|
||||
es_version_lock: false
|
||||
es_use_repository: true
|
||||
es_apt_key: "http://packages.elasticsearch.org/GPG-KEY-elasticsearch"
|
||||
es_apt_url: "deb http://packages.elastic.co/elasticsearch/{{ es_major_version }}/debian stable main"
|
||||
es_start_service: true
|
||||
es_java_install: true
|
||||
update_java: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue