manala.mailhog
#######################################################################################################
⚠️ DEPRECATION ⚠️
This repository and the associated role are no longer maintained.
You can find our other roles in the Manala Ansible Collection. For usage information, visit the collection repository.
#######################################################################################################
Ansible Role: Mailhog 
⚠️ Report issues and submit Pull Requests in the main Ansible Role repository ⚠️
This role sets up and configures Mailhog.
It is part of the Manala Ansible stack but can also be used on its own.
Requirements
This role works with the manala Mailhog Debian package, available from the manala Debian repository. Use the manala.apt role for proper handling.
manala_apt_preferences:
- mailhog@manala
Dependencies
None.
Installation
For Ansible 2+
Using the ansible-galaxy CLI:
ansible-galaxy install manala.mailhog
Using an ansible-galaxy requirements file:
- src: manala.mailhog
Role Handlers
None.
Role Variables
Definition
Name | Default | Type | Description |
---|---|---|---|
manala_mailhog_install_packages |
~ | String | Packages to install |
manala_mailhog_install_packages_default |
['mailhog'] | String | Default packages to install |
manala_mailhog_config_template |
~ | String | Path to the configuration template |
manala_mailhog_config |
[] | Array | Configuration settings |
Example
- hosts: all
vars:
manala_mailhog_config_template: config/default.dev.j2
manala_mailhog_config:
- ui-bind-addr: 0.0.0.0:8080
roles:
- role: manala.mailhog
License
MIT
Author Information
Manala (http://www.manala.io/)
Installa
ansible-galaxy install manala.mailhog
Licenza
Unknown
Download
6.4k
Proprietario
Manala is an open source project supported by the french web agency ELAO providing advanced ansible roles for website's infrastructures and far more.