From dcf2a434db4e8ea9b9137cab0471b2efffd7c2cb Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik Date: Thu, 12 Dec 2024 16:36:55 +0500 Subject: [PATCH] Add vip_manager_dcs_type variable --- automation/vars/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/vars/main.yml b/automation/vars/main.yml index 2458b6134..8e52a3548 100644 --- a/automation/vars/main.yml +++ b/automation/vars/main.yml @@ -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