ansible/roles/mail-utils/tasks/main.yml
otthorn bb8bd718a9
Some checks failed
continuous-integration/drone/push Build is failing
fix yaml lint
2021-01-14 12:25:23 +01:00

9 lines
294 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