forked from ISTI-ansible-roles/ansible-roles
12 lines
322 B
YAML
12 lines
322 B
YAML
---
|
|
haproxy_latest_release: False
|
|
haproxy_version: 1.5
|
|
haproxy_latest_repo: "deb http://haproxy.debian.net {{ ansible_lsb.codename }}-backports-{{ haproxy_version }} main"
|
|
haproxy_pkg_state: latest
|
|
haproxy_enabled: True
|
|
|
|
haproxy_default_port: 80
|
|
haproxy_terminate_tls: False
|
|
haproxy_ssl_port: 443
|
|
haproxy_admin_port: 8880
|