2015-05-28 11:32:57 +02:00
|
|
|
---
|
2015-10-22 19:09:18 +02:00
|
|
|
haproxy_latest_release: True
|
2017-07-11 18:37:15 +02:00
|
|
|
haproxy_version: 1.7
|
2016-04-20 15:21:19 +02:00
|
|
|
haproxy_repo_key: 'http://haproxy.debian.net/bernat.debian.org.gpg'
|
|
|
|
haproxy_debian_latest_repo: "deb http://haproxy.debian.net {{ ansible_lsb.codename }}-backports-{{ haproxy_version }} main"
|
|
|
|
haproxy_ubuntu_latest_repo: "ppa:vbernat/haproxy-{{ haproxy_version }}"
|
2015-05-28 11:32:57 +02:00
|
|
|
haproxy_pkg_state: latest
|
2015-07-13 14:17:42 +02:00
|
|
|
haproxy_enabled: True
|
2016-07-05 12:45:01 +02:00
|
|
|
haproxy_k_bind_non_local_ip: True
|
2015-05-28 11:32:57 +02:00
|
|
|
|
|
|
|
haproxy_default_port: 80
|
|
|
|
haproxy_terminate_tls: False
|
2015-07-13 14:17:42 +02:00
|
|
|
haproxy_ssl_port: 443
|
|
|
|
haproxy_admin_port: 8880
|
2016-08-11 13:02:22 +02:00
|
|
|
haproxy_admin_socket: /run/haproxy/admin.sock
|
2016-04-13 19:52:10 +02:00
|
|
|
|
|
|
|
haproxy_letsencrypt_managed: False
|
2016-10-03 18:57:30 +02:00
|
|
|
haproxy_cert_dir: '{{ pki_dir }}/haproxy'
|
2016-04-14 19:31:02 +02:00
|
|
|
|
2016-08-11 13:02:22 +02:00
|
|
|
haproxy_nagios_check: False
|
|
|
|
# It's a percentage
|
|
|
|
haproxy_nagios_check_w: 70
|
|
|
|
haproxy_nagios_check_c: 90
|
2016-10-20 17:08:48 +02:00
|
|
|
|
|
|
|
haproxy_check_interval: 3s
|
|
|
|
haproxy_backend_maxconn: 2048
|
|
|
|
|