library/roles/haproxy/defaults/main.yml: New haproxy default version, 1.7

This commit is contained in:
Andrea Dell'Amico 2017-07-11 18:37:15 +02:00
parent fd14293f39
commit 30690a1180
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
haproxy_latest_release: True
haproxy_version: 1.6
haproxy_version: 1.7
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 }}"