Skip to content

gcoop-libre/ansible-role-mattermost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: [email protected]

From address used when sending email from mattermost.

mattermost_smtp_user: [email protected]
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.

About

Ansible role to install mattermost server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages