10 lines
292 B
YAML
10 lines
292 B
YAML
|
---
|
||
|
# 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
|
||
|
|