Update to 2022-03-15 15:00

This commit is contained in:
Daniel Berteaud
2022-03-15 15:00:07 +01:00
parent 9f0d84a006
commit b9d7ee0d76
10 changed files with 114 additions and 8 deletions

View File

@@ -4,8 +4,12 @@
metabase_version: 0.42.2
# URL to fetch the jar
metabase_jar_url: https://downloads.metabase.com/v{{ metabase_version }}/metabase.jar
# Expected sha1 of the jar
# Expected sha256 of the jar
metabase_jar_sha256: d74f9b67a0017ffa377dbaad2426bd02cff2af72b69982d8b3f2c1596fe1455f
# When building from source
metabase_archive_url: https://github.com/metabase/metabase/archive/refs/tags/v{{ metabase_version }}.tar.gz
# Expected sha256 of the archive
metabase_archive_sha256: b99f84e3c4ff0ffaf2023dd522a668fcbe8d6352746cc8e8f62e01df7bd9d4d1
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True
@@ -54,3 +58,7 @@ metabase_public_url: http://{{ inventory_hostname }}:{{ metabase_port }}/
# Enable or disable big queries cache in metabase DB
metabase_enable_cache: True
# If defined, will override the default, hardcoded 2000 limit for the number of rows to send in email reports
# It'll rebuild metabase from source, with a patch applied, instead of just downloading the pre-built jar
# metabase_rows_limit: 20000