forked from ISTI-ansible-roles/ansible-roles
library/roles/haproxy/defaults/main.yml: Define some defaults.
This commit is contained in:
parent
bbab9edbeb
commit
a0e170b79d
|
@ -21,3 +21,7 @@ haproxy_nagios_check: False
|
|||
# It's a percentage
|
||||
haproxy_nagios_check_w: 70
|
||||
haproxy_nagios_check_c: 90
|
||||
|
||||
haproxy_check_interval: 3s
|
||||
haproxy_backend_maxconn: 2048
|
||||
|
||||
|
|
Loading…
Reference in New Issue