|
|
@ -1,11 +1,11 @@ |
|
|
|
--- |
|
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
# Version to deploy |
|
|
|
# Version to deploy |
|
|
|
metabase_version: 0.39.0 |
|
|
|
metabase_version: 0.39.1 |
|
|
|
# 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 sha1 of the jar |
|
|
|
# Expected sha1 of the jar |
|
|
|
metabase_jar_sha1: c0d66288bc3ba003686887f677431bf23e63b0bb |
|
|
|
metabase_jar_sha1: a8dd1df1ec31b7416ae2ac1fc3883db8717ca5d9 |
|
|
|
# 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 |
|
|
|
|
|
|
|
|
|
|
|