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.

19 lines
323 B
YAML

---
- name: Install required packages
apt:
state: present
name:
- ca-certificates
- mailutils
- libsasl2-2
- libsasl2-modules
- opendkim
- opendkim-tools
- opendmarc
- postfix
- postfix-policyd-spf-python
- sasl2-bin
- spamassassin
- spamc