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>
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.0.0/mattermost-10.0.0-linux-amd64.tar.gz"
11 mattermost_download_checksum: "sha256:4d6a4a3c26c6eeb6cc34dfbd02110ba9e469f8976b777ace6ac95206552a9b8b"
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"