1 #####################################
2 ### someone's ansible provisioner ###
3 #####################################
4 # Part of: https://git.somenet.org/root/pub/somesible.git
5 # 2017-2025 by someone <someone@somenet.org>
7 # If not overridden in inventory or as a parameter, this is the value that will be used
10 mattermost_download_url: "https://releases.mattermost.com/10.8.1/mattermost-10.8.1-linux-amd64.tar.gz"
11 mattermost_download_checksum: "sha256:f132f0c815f4db9ffbd39207885c5a601117922eb9a08f5a287fec65c40df426"
13 mattermost_homedir: "/srv/mattermost"
15 mattermost_domain: "mattermost.localhost"
16 mattermost_db_host_port: "127.0.0.1:5432"
17 mattermost_db_name: "mattermost"
21 #mattermost_admin_user: "admin"
22 #mattermost_admin_user_email: ""
23 #mattermost_admin_user_pw: "initial-Pw1"