No description
This repository has been archived on 2025-07-22. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2017-12-09 22:08:38 +01:00
defaults hello 2017-12-09 22:08:38 +01:00
files hello 2017-12-09 22:08:38 +01:00
handlers hello 2017-12-09 22:08:38 +01:00
meta hello 2017-12-09 22:08:38 +01:00
tasks hello 2017-12-09 22:08:38 +01:00
templates hello 2017-12-09 22:08:38 +01:00
README.md hello 2017-12-09 22:08:38 +01:00

mattermost-ansible

This is an ansible role that installs a standalone version of mattermost, which is an open-source Slack alternative. Built and tested on Ubuntu 14.04. Should also work on Debian Jessie.

Usage

  • Install ansible with your package manager of choice. This role was written and tested with Ansible 1.9.3.

  • Change the vars to reflect any changes you may want to make for your system. This playbook does not do a complete installation with full configuration of all of the Mattermost options, but rather installs it to the point where you can edit the relevant settings from within the web browser. If you are planning to run this in production, it is strongly recommended that you do not use the snakeoil certs that the playbook creates. Once you have aquired a signed SSL cert, you can either replace the snakeoil certs in /etc/nginx/ssl/ or edit /etc/nginx/sites-available/mattermost to reflect a custom location. If you run the playbook again, these changes may be overwritten.