Role to install & maintain spamassassin (including DKIM, pyzor and razor checks)
For an overview of these, see defaults/main.yml.
Download latest release with ansible-galaxy
ansible-galaxy install systemli.spamassassin
- hosts: servers
roles:
- { role: systemli.spamassassin }
Molecule, Goss, Docker, and Github Actions are used for continous testing. You can easily test the role locally with
molecule test
This requires Molecule, Vagrant and python-vagrant to be installed.
GPLv3