forked from ISTI-ansible-roles/ansible-roles
haproxy: the default and running version is now 1.8. No http/2 support though, the ubuntu 14.04 openssl version is too old.
This commit is contained in:
parent
27c8815b25
commit
e9392f9586
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
haproxy_latest_release: True
|
||||
haproxy_version: 1.7
|
||||
haproxy_version: 1.8
|
||||
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 }}"
|
||||
|
|
Loading…
Reference in New Issue