use https for package sources
This commit is contained in:
parent
913e773c2c
commit
fb31a1fcb5
1 changed files with 3 additions and 3 deletions
|
|
@ -3,8 +3,8 @@ es_major_version: "2.x"
|
||||||
es_version: "2.3.4"
|
es_version: "2.3.4"
|
||||||
es_version_lock: false
|
es_version_lock: false
|
||||||
es_use_repository: true
|
es_use_repository: true
|
||||||
es_apt_key: "http://packages.elasticsearch.org/GPG-KEY-elasticsearch"
|
es_apt_key: "https://packages.elasticsearch.org/GPG-KEY-elasticsearch"
|
||||||
es_apt_url: "deb http://packages.elastic.co/elasticsearch/{{ es_major_version }}/debian stable main"
|
es_apt_url: "deb https://packages.elastic.co/elasticsearch/{{ es_major_version }}/debian stable main"
|
||||||
es_start_service: true
|
es_start_service: true
|
||||||
es_java_install: true
|
es_java_install: true
|
||||||
update_java: false
|
update_java: false
|
||||||
|
|
@ -27,4 +27,4 @@ es_xpack_features: []
|
||||||
#These are used for internal operations performed by ansible.
|
#These are used for internal operations performed by ansible.
|
||||||
#They do not effect the current configuration
|
#They do not effect the current configuration
|
||||||
es_api_host: "localhost"
|
es_api_host: "localhost"
|
||||||
es_api_port: 9200
|
es_api_port: 9200
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue