From aa5f7360b85dee382fde923ef6c504f6efa87e23 Mon Sep 17 00:00:00 2001 From: alecsandru Date: Fri, 3 May 2024 18:35:25 +0000 Subject: [PATCH] prepare for keepalived --- haproxy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/haproxy.yml b/haproxy.yml index 3d68016..d955558 100644 --- a/haproxy.yml +++ b/haproxy.yml @@ -7,19 +7,19 @@ - name: Install pacemaker package: name: pacemaker - state: present + state: absent - name: Install corosync package: name: corosync - state: present + state: absent - name: Install pcs package: name: pcs - state: present + state: absent - name: Install fence-agents package: name: fence-agents - state: present + state: absent - name: append hosts to etc_hosts blockinfile: state: present @@ -30,8 +30,8 @@ - name: Start pcsd service: name: pcsd - enabled: true - state: started + enabled: false + state: false - name: Install package package: name: haproxy