ansible-role-apache/lamp_haproxy/group_vars/lbservers

19 lines
476 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
2013-03-12 08:35:13 +01:00
mode: http
# port on which the lb should listen
2013-03-12 08:35:13 +01:00
listenport: 8888
# A name for the proxy daemon, this would be the suffix in the logs.
2013-03-12 08:35:13 +01:00
daemonname: myapplb
# Balancing Algorithm Avalilable options: roundrobin,source,leastconn,source,uri
# (if persistance is required use source)
2013-03-12 08:35:13 +01:00
balance: roundrobin
# Which Ethernet interface on which the load balancer should listen
iface: eth0