Initial commit
This commit is contained in:
commit
a5e756c280
18 changed files with 754 additions and 0 deletions
11
handlers/main.yml
Normal file
11
handlers/main.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
- name: restart dovecot
|
||||
service: name=dovecot state=restarted
|
||||
|
||||
- name: restart postfix
|
||||
service: name=postfix state=restarted
|
||||
|
||||
- name: restart prometheus-postfix-exporter
|
||||
service: name=prometheus-postfix-exporter state=restarted
|
||||
|
||||
- name: restart postsrsd
|
||||
service: name=postsrsd state=restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue