You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Ivan Grynenko e9cb088630 Squashed 'lemp-rhel7/roles/ansible-role-postfix/' content from commit 3abdcbc 8 years ago
defaults Squashed 'lemp-rhel7/roles/ansible-role-postfix/' content from commit 3abdcbc 8 years ago
meta Squashed 'lemp-rhel7/roles/ansible-role-postfix/' content from commit 3abdcbc 8 years ago
tasks Squashed 'lemp-rhel7/roles/ansible-role-postfix/' content from commit 3abdcbc 8 years ago
tests Squashed 'lemp-rhel7/roles/ansible-role-postfix/' content from commit 3abdcbc 8 years ago
.travis.yml Squashed 'lemp-rhel7/roles/ansible-role-postfix/' content from commit 3abdcbc 8 years ago
README.md Squashed 'lemp-rhel7/roles/ansible-role-postfix/' content from commit 3abdcbc 8 years ago

README.md

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.