mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-19 03:33:17 +02:00
Update to 2022-06-29 10:00
This commit is contained in:
parent
83150793aa
commit
c090d57bce
@ -4,5 +4,9 @@ class DB extends DBmysql {
|
|||||||
var $dbuser = '{{ glpi_mysql_user }}';
|
var $dbuser = '{{ glpi_mysql_user }}';
|
||||||
var $dbpassword= '{{ glpi_mysql_pass }}';
|
var $dbpassword= '{{ glpi_mysql_pass }}';
|
||||||
var $dbdefault = '{{ glpi_mysql_db }}';
|
var $dbdefault = '{{ glpi_mysql_db }}';
|
||||||
|
public $allow_myisam = false;
|
||||||
|
public $allow_datetime = false;
|
||||||
|
public $use_utf8mb4 = true;
|
||||||
|
public $allow_signed_keys = false;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version to deploy
|
# Version to deploy
|
||||||
metabase_version: 0.43.3
|
metabase_version: 0.43.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: 5d424d9f2cc11980b78cc8b5a55bdd30d468f33c6415cc737478f2b6608056a3
|
metabase_jar_sha256: c89644d013eced830fc02d1169b88708fc2105089b356f1c988875b05882c189
|
||||||
# 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: ef0707477f1cee249d733b3e8cea79f60ed3cc7c486df0243d7c781fa619a91b
|
metabase_archive_sha256: 77ff4777f994675ab82756df2eca041736eb5596afa84b33120cb9a300c7690b
|
||||||
# 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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user