Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 1.41 KB

README.md

File metadata and controls

78 lines (53 loc) · 1.41 KB

Mattermost

Ansible role to install a mattermost server.

Variables

mattermost_version: 7.8.5

The mattermost version to download.

mattermost_postgres_user: mattermost
mattermost_postgres_password: secret
mattermost_postgres_db: mattermost

Database credentials. The database and user will be created with geerlingguy.postgresql.

mattermost_destination: /opt

The destination where the server will be installed.

mattermost_data_dir: /data/mattermost/data

Data directory where mattermost stores plugins, files, custom emojis, etc..

Mattermost settings

The following variables are used to configure the Mattermost server.

mattermost_url: https://mattermost.example.com

The mattermost url.

mattermost_site_name: ""

The site name.

mattermost_brand_text: ""

The brand text.

mattermost_email: no-reply@example.com

From address used when sending email from mattermost.

mattermost_smtp_user: no-reply@example.com
mattermost_smtp_password: secret
mattermost_smtp_server: smtp.example.com
mattermost_smtp_port: 587
mattermost_smtp_security: STARTTLS

SMTP settings and credentials.

mattermost_creation_domains: []

A list of mail domains that will be allowed to create users.