Ansible role for postgrey, the postfix greylisting policy server.
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/postgrey.git roles/postgrey
- hosts: servers
roles:
- postgrey
or
- hosts: servers
roles:
- { role: postgrey, x: 42 }
if any variables comes in the future for this role.
GPLv3