Externalize role
This commit is contained in:
commit
6dd27f2df4
18 changed files with 1740 additions and 0 deletions
14
handlers/main.yml
Normal file
14
handlers/main.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
- name: Restart postfix
|
||||
service:
|
||||
name: postfix
|
||||
state: restarted
|
||||
|
||||
- name: Restart OpenDMARC
|
||||
service:
|
||||
name: opendmarc
|
||||
state: restarted
|
||||
|
||||
- name: Restart OpenDKIM
|
||||
service:
|
||||
name: opendkim
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue