diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 1c2767ab05..1848a7a4d4 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -84,6 +84,12 @@ listen bodhi 0.0.0.0:10009 server bodhi02 bodhi02:80 check inter 20s rise 2 fall 3 option httpchk GET /updates/nagios +listen bodhi2 0.0.0.0:10010 + balance hdr(appserver) + server bodhi03 bodhi03:80 check inter 20s rise 2 fall 3 + server bodhi04 bodhi04:80 check inter 20s rise 2 fall 3 + option httpchk GET / + listen freemedia 0.0.0.0:10011 balance hdr(appserver) server sundries01 sundries01:80 check inter 60s rise 2 fall 3