ansible-roles/postfix/README.md
Jérémy Lecour 61f5219f48 Improve documentation
Each role has a README and a meta/main.yml file
2017-01-05 18:22:06 +01:00

19 lines
463 B
Markdown

# 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`.