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 themailcatcher
daemon -
mailcatcher_group
[default:mailcatcher
]: The primary group of themailcatcher
user -
mailcatcher_groups
[default:[]
]: The secondary groups of themailcatcher
user -
mailcatcher_options: {}
]: Options to pass to themailcatcher
daemon (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.0
MIT
Mischa ter Smitten (based on work of yauh and vranac)
Are welcome!