forked from ISTI-ansible-roles/ansible-roles
18 lines
539 B
YAML
18 lines
539 B
YAML
---
|
|
haproxy_latest_release: True
|
|
haproxy_version: 1.6
|
|
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 }}"
|
|
haproxy_pkg_state: latest
|
|
haproxy_enabled: True
|
|
haproxy_k_bind_non_local_ip: True
|
|
|
|
haproxy_default_port: 80
|
|
haproxy_terminate_tls: False
|
|
haproxy_ssl_port: 443
|
|
haproxy_admin_port: 8880
|
|
|
|
haproxy_letsencrypt_managed: False
|
|
|