Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.05 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.05 KB

Build Status

Mailcatcher

Ansible role for setting up Mailcatcher.

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

Testing

To execute syntax checks and integration tests run:

echo "Requirementes:"
pip install ansible
gem install bundler

echo "Run checks:"
bash run_tests.sh

License

BSD

Author Information

Author: Stephan Hochhaus [email protected]

Contributor: Juan Carlos Castillo Cano [email protected]

yauh.de