mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
Update to 2022-04-08 10:00
This commit is contained in:
parent
57d48dafc7
commit
a72deca6a8
@ -1,15 +1,15 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version to deploy
|
# Version to deploy
|
||||||
metabase_version: 0.42.3
|
metabase_version: 0.42.4
|
||||||
# URL to fetch the jar
|
# URL to fetch the jar
|
||||||
metabase_jar_url: https://downloads.metabase.com/v{{ metabase_version }}/metabase.jar
|
metabase_jar_url: https://downloads.metabase.com/v{{ metabase_version }}/metabase.jar
|
||||||
# Expected sha256 of the jar
|
# Expected sha256 of the jar
|
||||||
metabase_jar_sha256: 3a80abf84b968b1bf57200c14542a8a30ed9f4e2182feb2feb7c75883d29df82
|
metabase_jar_sha256: 6e2dd9153b878367f75680e3edbbbaa5b4d6fb4f878977823dc58cc201d76682
|
||||||
# When building from source
|
# When building from source
|
||||||
metabase_archive_url: https://github.com/metabase/metabase/archive/refs/tags/v{{ metabase_version }}.tar.gz
|
metabase_archive_url: https://github.com/metabase/metabase/archive/refs/tags/v{{ metabase_version }}.tar.gz
|
||||||
# Expected sha256 of the archive
|
# Expected sha256 of the archive
|
||||||
metabase_archive_sha256: f0217b9649b1cf62f9b1762b9e9d8965b524817d27040426b1d164812877593f
|
metabase_archive_sha256: ff04135a517a9008d7a50b65bb433be730604b6d7c21dff7ab96a25d15e964ec
|
||||||
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
|
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
|
||||||
metabase_manage_upgrade: True
|
metabase_manage_upgrade: True
|
||||||
|
|
||||||
|
@ -24,3 +24,4 @@ MB_CHECK_FOR_UPDATES=false
|
|||||||
MB_ENABLE_EMBEDDING=true
|
MB_ENABLE_EMBEDDING=true
|
||||||
MB_ENABLE_PUBLIC_SHARING=true
|
MB_ENABLE_PUBLIC_SHARING=true
|
||||||
MB_ENABLE_QUERY_CACHING={{ metabase_enable_cache | ternary('true', 'false') }}
|
MB_ENABLE_QUERY_CACHING={{ metabase_enable_cache | ternary('true', 'false') }}
|
||||||
|
MB_SEND_EMAIL_ON_FIRST_LOGIN_FROM_NEW_DEVICE=FALSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user