ansible-roles/postfix
Gregory Colpart f480ae461c add main.cf hash for stretch 2017-08-23 03:13:04 +02:00
..
defaults postfix: conditional include for slow_transport 2017-01-12 17:22:16 +01:00
handlers add slow_transport configuration for Postfix role 2017-01-02 01:14:18 +01:00
meta Ansible >= 2.2 supported 2017-03-24 14:15:09 +01:00
tasks add main.cf hash for stretch 2017-08-23 03:13:04 +02:00
templates init Postfix roles 2017-01-02 00:37:20 +01:00
tests Add tests for many roles 2017-05-18 15:44:21 +02:00
.kitchen.yml Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
README.md Improve documentation 2017-01-05 18:22:06 +01:00

README.md

Postfix

Installation and basic configuration of Postfix.

Tasks

Minimal configuration is in tasks/main.yml and optional customization in :

  • slow_transport.yml : slow transport to specific destination.

Available variables

Main variables are :

  • postfix_hostname : hostname for Postfix ;
  • postfix_slow_transport : enable customization for delivrability.

The full list of variables (with default values) can be found in defaults/main.yml.