Add (initial) mail-utils role
This commit is contained in:
parent
f01533409f
commit
5377378bf7
1 changed files with 9 additions and 0 deletions
9
roles/mail-utils/tasks/main.yml
Normal file
9
roles/mail-utils/tasks/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
# Install small tools that are usefull on a mailserver
|
||||||
|
- name: Install small utility tools
|
||||||
|
apt:
|
||||||
|
name:
|
||||||
|
- swaks # Swiss Army Knife for SMTP
|
||||||
|
- mutt # small CLI mail client for debug and on-server mail
|
||||||
|
- pwgen # generate strong and cryptographically secure passwords
|
||||||
|
|
Loading…
Reference in a new issue