Add api scheme based on http_ssl variable
This commit is contained in:
parent
a1a190feb7
commit
5da76a85c7
5 changed files with 18 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue