galaxy-mailcatcher

Role of installing Mailcatcher

Mailcatcher ansible galaxy role.

Requirements

None

Role Variables

  • mailcatcher_postfix_disabled
    disable postfix

  • mailcatcher_smtp_port
    Mailcatcher smtp port

  • mailcatcher_http_ip
    Mailcatcher ip

  • mailcatcher_http_port
    Mailcatcher http port

Dependencies

galaxy-ruby

Example Playbook

---
- hosts: all
  become: true
  roles:
    - { role: galaxy-mailcatcher, mailcatcher_postfix_disabled: True, mailcatcher_smtp_port: 25, mailcatcher_http_ip: 0.0.0.0, mailcatcher_http_port: 1080 }

License

BSD

Author Information

Daisuke Maeda

About

Role of install Mailcatcher

Install
ansible-galaxy install dmae3/ansible-galaxy-mailcatcher
GitHub repository
License
Unknown
Downloads
36
Owner
Software Engineer