onaio.mailroom
onaio - Mailroom 
This tool installs and sets up Mailroom.
Requirements
Role Variables
For a complete list of default variables, refer to the defaults/main.yml file.
# The system type for the host. Possible values are:
# - linux_amd64
# - darwin_amd64
mailroom_system_architecture: "linux_amd64"
# The repository URL to download Mailroom tar files from
mailroom_download_url: "https://github.com/nyaruka/mailroom/releases/download/v{{ mailroom_version }}/mailroom_{{ mailroom_version }}_{{ mailroom_system_architecture }}.tar.gz"
# The main directory where versioned Mailroom folders are created
mailroom_package_directory_root: "{{ mailroom_system_home }}/app-versioned"
# The name of the directory where the Mailroom binary will be copied
mailroom_package_directory_name: "{{ mailroom_version }}"
Dependencies
Example Playbook
- hosts: all
roles:
- role: ansible-mailroom
mailroom_version: "0.0.195"
License
Apache v2.0