fradee.mailcatcher

Ansible Role: Mailcatcher

Ansible playbook to install Mailcatcher on Ubuntu servers.

Requirements

None.

Role Variables

Here are the variables you can use, along with their default values:

  • Set the PHP version for Mailcatcher:

    • mailcatcher_php_version: 5.6
  • Enable Mailcatcher to start as a service on boot:

    • mailcatcher_startup_on_boot: true

Dependencies

None. It works best with geerlingguy.php.

Example Playbook

---
- hosts: all
  user: vagrant
  sudo: true
  vars:
      - mailcatcher_php_version: 7.0
      - mailcatcher_startup_on_boot: true
  roles:
      - fradee.mailcatcher

License

BSD

Notes

This is a beta version that can be improved. Please help me to enhance it and fix any bugs.

Thank you!

Informazioni sul progetto

Deploy Mailcatcher to your Ubuntu Server

Installa
ansible-galaxy install fradee.mailcatcher
Licenza
Unknown
Download
721
Proprietario