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:
Andrea Dell'Amico 2017-12-28 19:04:11 +01:00
parent 27c8815b25
commit e9392f9586
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"