You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/roles/mail_utils/tasks/main.yml

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