pvc-ansible/roles/pvc/handlers/main.yml

26 lines
370 B
YAML
Raw Normal View History

2019-06-09 00:11:06 -04:00
---
- name: restart zookeeper
service:
name: zookeeper
state: restarted
- name: restart libvirtd
service:
name: libvirtd
state: restarted
- name: restart frr
service:
name: frr
state: restarted
- name: restart patroni
service:
name: patroni
state: restarted
- name: restart pvcd
service:
name: pvcd
state: restarted