Skip to content

Commit

Permalink
Update vip-manager to v2.3.0 (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Feb 2, 2024
1 parent 3424f24 commit fbd7c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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.1.0" # version to install
vip_manager_version: "2.3.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
Expand Down

0 comments on commit fbd7c0d

Please sign in to comment.