##################################### ### someone's ansible provisioner ### ##################################### # Part of: https://git.somenet.org/root/pub/somesible.git # 2017-2025 by someone # # If not overridden in inventory or as a parameter, this is the value that will be used # --- mattermost_download_url: "https://releases.mattermost.com/10.5.1/mattermost-10.5.1-linux-amd64.tar.gz" mattermost_download_checksum: "sha256:95af0556d64525bbda4354eab91e36087026b751c3c895622d7e0dddd2cd7ee6" mattermost_homedir: "/srv/mattermost" mattermost_domain: "mattermost.localhost" mattermost_db_host_port: "127.0.0.1:5432" mattermost_db_name: "mattermost" # must set. #mattermost_db_pw: "" #mattermost_admin_user: "admin" #mattermost_admin_user_email: "" #mattermost_admin_user_pw: "initial-Pw1"