mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 06:33:24 +02:00
Update to 2024-07-24 10:00
This commit is contained in:
parent
9870e716bd
commit
44eb27a744
@ -1,15 +1,15 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version to deploy
|
# Version to deploy
|
||||||
metabase_version: 0.50.14
|
metabase_version: 0.50.15
|
||||||
# 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: 084e0168d340abc09647e9012e3c32e6ee6b56d7d8d583fabb01e5b0130ca2a8
|
metabase_jar_sha256: c42360d2b2b75b5457310b9883552e52ad0aaa21669b9493be083e2f61ccfa15
|
||||||
# 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: 01f17ecb97093670088cf7784751a1717cad23348707a87eebdde4319830650e
|
metabase_archive_sha256: 54f0adb5c133b91226345914abf24de728834a8525d1e7f067d6293850068451
|
||||||
# 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
|
||||||
|
|
||||||
|
@ -113,8 +113,6 @@
|
|||||||
postgresql_db:
|
postgresql_db:
|
||||||
name: "{{ metabase_db_name }}"
|
name: "{{ metabase_db_name }}"
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
lc_collate: C
|
|
||||||
lc_ctype: C
|
|
||||||
template: template0
|
template: template0
|
||||||
owner: "{{ metabase_db_user }}"
|
owner: "{{ metabase_db_user }}"
|
||||||
login_host: "{{ metabase_db_server }}"
|
login_host: "{{ metabase_db_server }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user