No description
| defaults | ||
| handlers | ||
| meta | ||
| tasks | ||
| templates | ||
| tests | ||
| vars | ||
| README.md | ||
Postfix
Configures postfix MTA.
Requirements
- ansible >= 2.0
Role Variables
| Variable Name | defaults | options/type | Description |
|---|---|---|---|
| postfix_main_template | "templates/main.cf_default.j2" | string | Template for /etc/postfix/main.cf |
| postfix_root_alias | "admin@example-.com" | string | Address to redirect mail for 'root' to |
| postfix_relayhost | '[relay.example.com]' | string | Where to relay mail to |
| postfix_domain | example.com | Domain name |
Dependencies
None, at the moment!
Example Playbook
License
BSD
Author Information
- Authors:
- Thomas Anglmaier