prepare for keepalived

master
alecsandru 9 months ago
parent b88cf3b9e4
commit aa5f7360b8
  1. 12
      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

Loading…
Cancel
Save