Skip to content

Commit

Permalink
Add vip_manager_dcs_type variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Dec 12, 2024
1 parent 1c5da71 commit dcf2a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ vip_manager_interval: "1000" # time (in milliseconds) after which vip-manager w
vip_manager_iface: "{{ vip_interface }}" # interface to which the virtual ip will be added
vip_manager_ip: "{{ cluster_vip }}" # the virtual ip address to manage
vip_manager_mask: "24" # netmask for the virtual ip

vip_manager_dcs_type: "{{ dcs_type }}" # etcd, consul or patroni

# DCS (Distributed Consensus Store)
dcs_exists: false # or 'true' if you don't want to deploy a new etcd cluster
Expand Down

0 comments on commit dcf2a43

Please sign in to comment.