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