From 450dfca3d6855348f4a1403982d08df625045041 Mon Sep 17 00:00:00 2001 From: vreitech <36891189+vreitech@users.noreply.github.com> Date: Sun, 17 Dec 2023 00:37:34 +0300 Subject: [PATCH] small typo fix --- vars/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/main.yml b/vars/main.yml index effea76e3..caf7904ed 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -41,7 +41,7 @@ haproxy_maxconn: haproxy_timeout: client: "60m" server: "60m" -haproxy_divert_to_master: 0 # diverting percentage (from 1 to 99) of requests which coming to a slave towards the master +haproxy_divert_to_master: 0 # diverting percentage (from 0 to 99) of requests which coming to a slave towards the master # keepalived (if 'cluster_vip' is specified and 'with_haproxy_load_balancing' is 'true') keepalived_virtual_router_id: "{{ cluster_vip.split('.')[3] | int }}" # The last octet of 'cluster_vip' IP address is used by default.