ansible-role-apache/lamp_haproxy/group_vars/lbservers

17 lines
389 B
Text
Raw Normal View History

2013-03-12 08:35:13 +01:00
---
# File for the HAproxy configuration
#Supports http and tcp, for ssl smtp etc.. use tcp
mode: http
#port on which the lb should listen
listenport: 8888
#A name for the proxy daemon, this would be the suffix in the logs.
daemonname: myapplb
#Balancing Algorithm Avalilable options: roundrobin,source,leastconn,source,uri
#If persistance is required use source
balance: roundrobin