Set up (the latest version of) MailHog in Ubuntu systems.
None
-
mailhog_version[default:v1.0.0]: Version to install -
mailhog_install_prefix[default:/usr/local/bin]: Install prefix -
mailhog_user[default:mailhog]: The user that will run themailhogdaemon -
mailhog_group[default:mailhog]: The primary group of themailhoguser -
mailhog_groups[default:[]]: The secondary groups of themailhoguser -
mailhog_options: {}]: Options to pass to themailhogdaemon (e.g.{hostname: mailhog.test})
None
---
- hosts: all
roles:
- oefenweb.mailhog---
- hosts: all
roles:
- oefenweb.mailhog
vars:
mailhog_options:
hostname: "{{ inventory_hostname }}"
api-bind-addr: 127.0.0.1:8025
ui-bind-addr: 127.0.0.2:8025
smtp-bind-addr: 127.0.0.3:1025MIT
Mischa ter Smitten
Are welcome!