Merge pull request #392 from edge-records/master

Parameterize timeout value for ES startup in Debian SysV init scripts
This commit is contained in:
Michael Russell 2018-02-01 17:04:15 +01:00 committed by GitHub
commit 03a685b29d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -32,6 +32,7 @@ es_xpack_features: ["alerting","monitoring","graph","ml","security"]
#They do not affect the current configuration
es_api_host: "localhost"
es_api_port: 9200
es_debian_startup_timeout: 10
# Since ansible 2.2 the following variables need to be defined
# to allow the role to be conditionally played with a when condition.