updated role for debian buster wich dropped ssmtp
This commit is contained in:
parent
92aac47895
commit
98faa5ea81
4 changed files with 26 additions and 6 deletions
12
tasks/nullmailer.yml
Normal file
12
tasks/nullmailer.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
- name: install nullmailer
|
||||
apt: pkg=nullmailer state=latest
|
||||
|
||||
- name: setup nullmailer
|
||||
notify: restart nullmailer
|
||||
copy:
|
||||
dest: "{{ item.dest }}"
|
||||
content: "{{ mail.root }}"
|
||||
with_items:
|
||||
- {"dest": "/etc/nullmailer/adminaddr", content: "{{ mail.root }}"}
|
||||
- {"dest": "/etc/nullmailer/remotes", content: "{{ mail.root }}"}
|
||||
- {"dest": "/etc/nullmailer/defaultdomain", content: "{{ mail.domain }}"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue