Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 931 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 931 Bytes

Mailhog

Build Status

Ansible role to install Mailhog as a Systemd service.

Requirements

  • Systemd

Role Variables

All variables are listed below, along with their default values in defaults/main.yml:

ndench_mailhog:
    version: 1.0.0 # The version of mailhog to install

Dependencies

None.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: dev
  roles:
     - { role: ndench.mailhog }

License

MIT

Author Information

This role was created in 2017 by Nathan Dench.