From e9392f9586191e6eadd33428b7cfa4b9ef7ec68d Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 28 Dec 2017 19:04:11 +0100 Subject: [PATCH] haproxy: the default and running version is now 1.8. No http/2 support though, the ubuntu 14.04 openssl version is too old. --- haproxy/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haproxy/defaults/main.yml b/haproxy/defaults/main.yml index d837ca20..9725f4d1 100644 --- a/haproxy/defaults/main.yml +++ b/haproxy/defaults/main.yml @@ -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 }}"