xoxys.ucs/handlers/main.yml

25 lines
456 B
YAML
Raw Normal View History

2018-08-04 22:58:11 +02:00
---
- name: Restart apache service
service:
name: apache2
state: restarted
enabled: yes
listen: __ucs_apache_restart
become: True
2018-08-04 23:30:31 +02:00
- name: Restart dovecot service
service:
name: dovecot
state: restarted
enabled: yes
listen: __ucs_dovecot_restart
become: True
- name: Restart postfix service
service:
name: postfix
state: restarted
enabled: yes
listen: __ucs_postfix_restart
become: True