ansible-roles/haproxy/defaults/main.yml

14 lines
384 B
YAML
Raw Normal View History

---
haproxy_latest_release: True
haproxy_version: 1.6
haproxy_latest_repo: "deb http://haproxy.debian.net {{ ansible_lsb.codename }}-backports-{{ haproxy_version }} main"
# For Ubuntu:
# haproxy_latest_repo: "ppa:vbernat/haproxy-1.5"
haproxy_pkg_state: latest
2015-07-13 14:17:42 +02:00
haproxy_enabled: True
haproxy_default_port: 80
haproxy_terminate_tls: False
2015-07-13 14:17:42 +02:00
haproxy_ssl_port: 443
haproxy_admin_port: 8880