Ansible role to install and configure SPF (Sender Policy Framework) for Postfix.
A running postfix instance.
Many. See defaults/main.yml.
You should run a Postfix instance on the host to use this role.
git submodule add https://git.sekoya.org/mb/spf.git roles/spf
- hosts: servers
roles:
- spf
- hosts: servers
roles:
- { role: spf, x: 42 }
if any variables comes in the future for this role.
GPLv3