ansible-role-apache/roles/ansible-role-postfix
2016-07-06 07:38:28 +10:00
..
defaults Reorganised folders 2016-07-06 07:38:28 +10:00
meta Reorganised folders 2016-07-06 07:38:28 +10:00
tasks Reorganised folders 2016-07-06 07:38:28 +10:00
tests Reorganised folders 2016-07-06 07:38:28 +10:00
.travis.yml Reorganised folders 2016-07-06 07:38:28 +10:00
README.md Reorganised folders 2016-07-06 07:38:28 +10:00

Ansible Role: Postfix

Build Status

Installs postfix on RedHat/CentOS or Debian/Ubuntu.

Requirements

If you're using this as an SMTP relay server, you will need to do that on your own, and open TCP port 25 in your server firewall.

Role Variables

None.

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - { role: geerlingguy.postfix }

License

MIT / BSD

Author Information

This role was created in 2014 by Jeff Geerling, author of Ansible for DevOps.