sendmail: Initial version of module
This commit is contained in:
parent
01c3b23c9b
commit
c9040a4529
4 changed files with 145 additions and 0 deletions
9
roles/sendmail/handlers/main.yml
Normal file
9
roles/sendmail/handlers/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
- name: restart sendmail
|
||||
service:
|
||||
name: sendmail
|
||||
state: restarted
|
||||
|
||||
- name: update sendmail config
|
||||
command: make -C /etc/mail all
|
Loading…
Add table
Add a link
Reference in a new issue