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

16 lines
389 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