]> git.somenet.org - root/pub/somesible.git/blob - roles/service/mattermost/defaults/main.yml
roles/service/mattermost/defaults
[root/pub/somesible.git] / roles / service / mattermost / defaults / main.yml
1 #####################################
2 ### someone's ansible provisioner ###
3 #####################################
4 # Part of: https://git.somenet.org/root/pub/somesible.git
5 # 2017-2024 by someone <someone@somenet.org>
6 #
7 # If not overridden in inventory or as a parameter, this is the value that will be used
8 #
9 ---
10 mattermost_download_url: "https://releases.mattermost.com/9.8.0/mattermost-9.8.0-linux-amd64.tar.gz"
11 mattermost_download_checksum: "sha256:2fd7a3e9177374e852d3f9307fc32b6548b9f099ad2a8341213abf237c616bd9"
12
13 mattermost_homedir: "/srv/mattermost"
14
15 mattermost_domain: "mattermost.localhost"
16 mattermost_db_host_port: "127.0.0.1:5432"
17 mattermost_db_name: "mattermost"
18
19 # must set.
20 #mattermost_db_pw: ""
21 #mattermost_admin_user: "admin"
22 #mattermost_admin_user_email: ""
23 #mattermost_admin_user_pw: "initial-Pw1"