From 4b83961948bbc1e8ef4eef384afc5392f106a9ea Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik <37010174+vitabaks@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:00:03 +0300 Subject: [PATCH] Update vip-manager to v2.6.0 Related issue: https://github.com/cybertec-postgresql/vip-manager/issues/247 --- vars/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/main.yml b/vars/main.yml index 920b23806..cf3f4203e 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -80,7 +80,7 @@ keepalived_virtual_router_id: "{{ cluster_vip.split('.')[3] | int }}" # The last # virtual_router_id - must be unique in the network (available values are 0..255). # vip-manager (if 'cluster_vip' is specified and 'with_haproxy_load_balancing' is 'false') -vip_manager_version: "2.5.0" # version to install +vip_manager_version: "2.6.0" # version to install vip_manager_conf: "/etc/patroni/vip-manager.yml" vip_manager_interval: "1000" # time (in milliseconds) after which vip-manager wakes up and checks if it needs to register or release ip addresses. vip_manager_iface: "{{ vip_interface }}" # interface to which the virtual ip will be added