mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-18 19:23:17 +02:00
15 lines
280 B
YAML
15 lines
280 B
YAML
---
|
|
|
|
- name: restart zimbra
|
|
command: zmcontrol restart
|
|
|
|
- name: restart rsyslog
|
|
service: name=rsyslog state=restarted
|
|
|
|
- name: restart zmmailboxd
|
|
command: /opt/zimbra/bin/zmmailboxdctl restart
|
|
become_user: zimbra
|
|
|
|
- name: reload crond
|
|
service: name=crond state=reloaded
|