mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 01:24:20 +01:00
use https for package sources
This commit is contained in:
@@ -3,8 +3,8 @@ es_major_version: "2.x"
|
||||
es_version: "2.3.4"
|
||||
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_apt_key: "https://packages.elasticsearch.org/GPG-KEY-elasticsearch"
|
||||
es_apt_url: "deb https://packages.elastic.co/elasticsearch/{{ es_major_version }}/debian stable main"
|
||||
es_start_service: true
|
||||
es_java_install: true
|
||||
update_java: false
|
||||
@@ -27,4 +27,4 @@ es_xpack_features: []
|
||||
#These are used for internal operations performed by ansible.
|
||||
#They do not effect the current configuration
|
||||
es_api_host: "localhost"
|
||||
es_api_port: 9200
|
||||
es_api_port: 9200
|
||||
|
||||
Reference in New Issue
Block a user