This role will assume the setup of mailcatcher
It's part of the ELAO Ansible stack but can be used as a stand alone component.
- Ansible 1.7.2+
None.
Using ansible galaxy:
ansible-galaxy install elao.mailcatcher
You can add this role as a dependency for other roles by adding the role to the meta/main.yml file of your own role:
dependencies:
- { role: elao.mailcatcher }
Name | Type | Description |
---|---|---|
mailcatcher restart |
Service | Restart mailcatcher |
Name | Default | Type | Description |
---|---|---|---|
elao_mailcatcher_config_template |
config/default.j2 | String | Main config template |
elao_mailcatcher_config['http-ip'] |
0.0.0.0 | String | IP address of the http server |
elao_mailcatcher_config:
- http-ip: 0.0.0.0
- http-port: 27015
- smtp-ip: 127.0.0.1
- smtp-port: 1025
- hosts: servers
roles:
- { role: elao.mailcatcher }
MIT