Update defaults/main.yml by adding health_check var

This commit is contained in:
Alexander Rublev 2018-11-10 16:37:49 +07:00
parent e2063d9eba
commit 6a6f23032f

View File

@ -182,6 +182,7 @@ nginx_http_template:
address: localhost
port: 8081
weight: 1
health_check: max_fails=1 fail_timeout=10s
# Enable creating dynamic templated NGINX stream configuration files.
nginx_stream_template_enable: false