https://github.com/major/ansible-mailgun
Ansible role for configuring Mailgun SMTP relaying with Postfix
https://github.com/major/ansible-mailgun
Last synced: 9 months ago
JSON representation
Ansible role for configuring Mailgun SMTP relaying with Postfix
- Host: GitHub
- URL: https://github.com/major/ansible-mailgun
- Owner: major
- License: apache-2.0
- Created: 2015-12-12T04:22:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:54:53.000Z (over 2 years ago)
- Last Synced: 2025-04-10T09:13:48.285Z (about 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 15
- Watchers: 1
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ansible-mailgun
===============
[](https://travis-ci.org/major/ansible-mailgun)
This role configures postfix to use [Mailgun](http://mailgun.com) for outgoing
email on Linux servers.
Requirements
------------
Ansible 2.7 is strongly recommended, but Ansible 2.4 should work (unless
you're on Fedora, then you need 1.9 for sure for `dnf` support).
Role Variables
--------------
The variables for this role are found within `defaults/main.yml` and include
the following:
* _mailgun_username_ - your Mailgun SMTP username
* _mailgun_password_ - your Mailgun SMTP password
* _smtp.mailgun.org_ - the Mailgun SMTP, default is smtp.mailgun.org, for EU use smtp.eu.mailgun.org
**Please note:** This is your SMTP username/password combination, not the
credentials you use to access the Mailgun dashboard on the website. The SMTP
credentials should be different for each domain you host and they're found
here:
https://mailgun.com/app/domains/{your-domain-name}
Dependencies
------------
This role has no dependencies.
License
-------
Apache 2.0
Author Information
------------------
[Major Hayden](http://majorhayden.com)