Installs Mattermost on Ubuntu Linux servers.
Mattermost is an open source, self-hosted Slack-alternative.
As an alternative to proprietary SaaS messaging, Mattermost brings all your team communication into one place, making it searchable and accessible anywhere.
Mattermost requires either a MySQL or a PostgreSQL Server to connect to.
A suitable Ansible role for installing a PostgreSQL Server as backend may be ANXS.postgresql.
The role requires installed monit if you request to install monit protection
with variable monit_protection: yes . A suitable ansible role for
installing monit may be ANXS.monit.
(tbd.)
None.
- hosts: appserver
sudo: yes
roles:
- { role: metasyntactical.mattermost }
MIT
This role was created in 2016 by Daniel Kreuer as part of MetaSyntactical.