arillso.postfix
Ansible Role: Postfix
Description
This is an Ansible role to install and set up Postfix, which is a mail server.
Installation
To install this role, run:
$ ansible-galaxy install arillso.postfix
Requirements
There are no specific requirements.
Role Variables
Here are the variables you can use with this role:
| Variable | Default | Comments | 
|---|---|---|
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 | 
Dependencies
There are no dependencies.
Example Playbook
Here's an example of how to use this role in a playbook:
- hosts: all
  roles:
     - arillso.postfix
Changelog
1.3
- Added new role tests
 
1.2
- Renamed the role
 
1.1
- Added tags
 - Added become
 
1.0
- Initial release
 
Author
License
This project is licensed under the MIT License. For more details, check the LICENSE file.
Copyright
(c) 2016, Simon Bärlocher
Informazioni sul progetto
 Ansible role for installing and Configuration Pstfix on installs RHEL/CentOS or Debian/Ubuntu.
Installa
 ansible-galaxy install arillso.postfixLicenza
 
            mit
          
Download
 
            698.6k
          
Proprietario
 