Switch to version 2.2 by default.
This commit is contained in:
parent
38e97f9d09
commit
e724cea628
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
haproxy_latest_release: True
|
||||
haproxy_version: 2.0
|
||||
haproxy_version: 2.2
|
||||
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_pkg_state: present
|
||||
haproxy_enabled: True
|
||||
haproxy_k_bind_non_local_ip: True
|
||||
|
||||
|
|
Loading…
Reference in New Issue