mirror of https://github.com/ceph/ceph-ansible.git
13 lines
185 B
YAML
13 lines
185 B
YAML
|
---
|
||
|
- name: start haproxy
|
||
|
service:
|
||
|
name: haproxy
|
||
|
state: started
|
||
|
enabled: yes
|
||
|
|
||
|
- name: start keepalived
|
||
|
service:
|
||
|
name: keepalived
|
||
|
state: started
|
||
|
enabled: yes
|