You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-role-nginx/lamp_haproxy/group_vars/lbservers

18 lines
476 B

---
# 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
# Which Ethernet interface on which the load balancer should listen
iface: eth0