Add api scheme based on http_ssl variable

This commit is contained in:
Nathan Young 2019-10-11 17:16:35 +01:00
parent a1a190feb7
commit 5da76a85c7
No known key found for this signature in database
GPG key ID: EB5E14327B10D023
5 changed files with 18 additions and 11 deletions

View file

@ -35,8 +35,10 @@ es_allow_downgrades: false
es_xpack_features: []
#These are used for internal operations performed by ansible.
#They do not affect the current configuration
es_api_scheme: "http"
es_api_host: "localhost"
es_api_port: 9200
es_api_uri: "{{es_api_scheme}}://{{es_api_host}}:{{es_api_port}}"
es_debian_startup_timeout: 10
# JVM custom parameters