Skip to content

dilipgurung/ansible-role-mailcatcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailcatcher

Travis branch Galaxy

This Ansible Mailcatcher role is a fork of Stephan Hochhaus' one, in order to add support for RHEL / Centos.

It installs Mailcatcher on your system and starts it upon boot time.

Requirements

No external requirements exist to this role.

Role Variables

mailcatcher_ip: 0.0.0.0       # Set the ip address of both servers
mailcatcher_smtp-ip: 0.0.0.0  # Set the ip address of the smtp server
mailcatcher_smtp-port: 1025   # Set the ip address of the smtp server
mailcatcher_http-ip: 0.0.0.0  # Set the ip address of the http server
mailcatcher_http-port: 1080   # Set the port address of the http server

License

BSD

Author Information

Guillaume Maïssa pro.g@maissa.fr

About

Install mailcatcher as an ansible role

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 74.9%
  • Ruby 25.1%