Set up (the latest version of) MailCatcher in Ubuntu systems.
ruby2.*(will be installed)ruby2.*-dev(will be installed)libsqlite3-dev(will be installed)build-essential(will be installed)
-
mailcatcher_version: [default:latest]: MailCatcher version to install (e.g.latest,0.6.4) -
mailcatcher_user[default:mailcatcher]: The user that will run themailcatcherdaemon -
mailcatcher_group[default:mailcatcher]: The primary group of themailcatcheruser -
mailcatcher_groups[default:[]]: The secondary groups of themailcatcheruser -
mailcatcher_options: {}]: Options to pass to themailcatcherdaemon (e.g.{ip: 0.0.0.0})
None
None
---
- hosts: all
roles:
- oefenweb.mailcatcher---
- hosts: all
roles:
- oefenweb.mailcatcher
vars:
mailcatcher_options:
ip: 0.0.0.0MIT
Mischa ter Smitten (based on work of yauh and vranac)
Are welcome!