]> git.somenet.org - root/pub/somesible.git/blob - roles/service/mattermost/defaults/main.yml
[roles/client/nextcloud] install nextcloud-client
[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.6.0/mattermost-9.6.0-linux-amd64.tar.gz"
11 mattermost_download_checksum: "sha256:2623a896630f665975097591ab79a066c0214843af496f66c51c82c60c9e26e3"
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"