prepare for keepalived

This commit is contained in:
2024-05-03 18:35:25 +00:00
parent b88cf3b9e4
commit aa5f7360b8

View File

@@ -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