mirror of https://github.com/ceph/ceph-ansible.git
11 lines
159 B
YAML
11 lines
159 B
YAML
|
---
|
||
|
- name: restart haproxy
|
||
|
service:
|
||
|
name: haproxy
|
||
|
state: restarted
|
||
|
|
||
|
- name: restart keepalived
|
||
|
service:
|
||
|
name: keepalived
|
||
|
state: restarted
|