initial commit
This commit is contained in:
commit
92aac47895
3 changed files with 31 additions and 0 deletions
6
tasks/main.yml
Normal file
6
tasks/main.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
- name: install ssmtp
|
||||
apt: pkg=ssmtp state=latest
|
||||
- name: setup ssmtp
|
||||
template:
|
||||
src: smtp.conf.j2
|
||||
dest: /etc/ssmtp/ssmtp.conf
|
||||
Loading…
Add table
Add a link
Reference in a new issue