Ansible role for installing and configure Postfix, a mail server.
$ ansible-galaxy install arillso.postfix
None
Variable | Default | Comments (type) |
---|---|---|
postfix_inet_interfaces |
all |
|
postfix_inet_protocols |
all |
|
postfix_hostname |
"{{ ansible_fqdn }}" |
|
postfix_mailname |
$myhostname |
|
postfix_mynetworks |
- 127.0.0.0/8 |
|
- '[::ffff:127.0.0.0]/104' |
||
- '[::1]/128' |
||
postfix_mydestination |
- "{{ postfix_hostname }}" |
|
- $myhostname |
||
- localhost.$mydomain |
||
- localhost |
||
postfix_relayhost |
||
postfix_relayhost_port |
||
postfix_relaytls |
true |
|
postfix_sasl_auth_enable |
true |
|
postfix_sasl_user |
||
postfix_sasl_password |
||
postfix_sasl_security_options |
noanonymous |
|
postfix_root_mailbox |
None
- hosts: all
roles:
- arillso.postfix
- new roles tests
- rename role name
- add tags
- add become
- Initial release
This project is under the MIT License. See the LICENSE file for the full license text.
(c) 2016, Simon Bärlocher