--- # defaults file for haproxy # Configure stats in HAProxy? haproxy_stats: yes haproxy_stats_port: 1936 # Default setttings for HAProxy. haproxy_retries: 3 haproxy_timeout_http_request: 10s haproxy_timeout_connect: 10s haproxy_timeout_client: 1m haproxy_timeout_server: 1m haproxy_timeout_http_keep_alive: 10s haproxy_timeout_check: 10s haproxy_maxconn: 3000 # A list of frontends and their properties. # haproxy_frontends: # - name: http # address: "*" # port: 80 # default_backend: backend # - name: https # address: "*" # port: 443 # default_backend: backend # ssl: yes # crts: # - /tmp/haproxy.keycrt # haproxy_backend_default_balance: roundrobin # haproxy_backends: # - name: backend # httpcheck: yes # httpcheck_method: OPTIONS / HTTP/1.0 # balance: roundrobin # servers: "{{ groups['all'] }}" # port: 8443 # options: # - check # - ssl # - verify none