New default version

This commit is contained in:
Andrea Dell'Amico 2023-06-22 12:41:14 +02:00
parent bdc67f85be
commit 420a3f121c
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
--- ---
haproxy_latest_release: True haproxy_latest_release: True
haproxy_version: 2.4 haproxy_version: 2.8
haproxy_repo_key: 'http://haproxy.debian.net/bernat.debian.org.gpg' 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_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_ubuntu_latest_repo: "ppa:vbernat/haproxy-{{ haproxy_version }}"
@ -9,11 +9,11 @@ haproxy_enabled: True
haproxy_loglevel: info haproxy_loglevel: info
haproxy_k_bind_non_local_ip: True haproxy_k_bind_non_local_ip: True
haproxy_install_dataplane_api: True haproxy_install_dataplane_api: True
haproxy_dataplane_api_version: '2.2.0' haproxy_dataplane_api_version: '{{ haproxy_version }}.0'
haproxy_dataplane_api_download_url: 'https://github.com/haproxytech/dataplaneapi/releases/download/v{{ haproxy_dataplane_api_version }}/dataplaneapi_{{ haproxy_dataplane_api_version }}_Linux_x86_64.tar.gz' haproxy_dataplane_api_download_url: 'https://github.com/haproxytech/dataplaneapi/releases/download/v{{ haproxy_dataplane_api_version }}/dataplaneapi_{{ haproxy_dataplane_api_version }}_Linux_x86_64.tar.gz'
haproxy_docker_container: False haproxy_docker_container: False
haproxy_docker_version: '{{ haproxy_version }}.6' haproxy_docker_version: '{{ haproxy_version }}'
haproxy_docker_image: 'haproxytech/haproxy-debian:{{ haproxy_docker_version }}' haproxy_docker_image: 'haproxytech/haproxy-debian:{{ haproxy_docker_version }}'
haproxy_docker_compose_dir: /srv/haproxy_swarm haproxy_docker_compose_dir: /srv/haproxy_swarm
haproxy_docker_mount_conf_file: False haproxy_docker_mount_conf_file: False