An Ansible Role that installs Mailcatcher.
None
Available variables are listed below, along with default values (see defaults/main.yml
):
Set this to true to install the Ruby 1.9.3 package:
mailcatcher_install_ruby: false
Mailcatcher ports and IPs:
mailcatcher_http_ip: 0.0.0.0
mailcatcher_http_port: 1080
mailcatcher_smtp_ip: 0.0.0.0
mailcatcher_smtp_port: 1025
- Ruby (optional) If ruby isn't installed already, the role can install Ruby 1.9.3
- hosts: search
roles:
- ansible-role-mailcatcher
MIT / BSD
This role was created in 2014 by Jrgns, maintainer of EagerELK.