Update to 2021-03-24 11:00

master
Daniel Berteaud 3 years ago
parent acce2cc2d8
commit cbf5c8b741
  1. 4
      roles/diagrams/defaults/main.yml
  2. 4
      roles/metabase/defaults/main.yml

@ -1,11 +1,11 @@
---
# Veresion of diagrams to deploy
diagrams_version: 14.4.3
diagrams_version: 14.5.1
# URL of the WAR file to deploy
diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war
# Expected sha1 of the WAR file
diagrams_war_sha1: 201b6e1efc5803668e11021d6e00c38b27915167
diagrams_war_sha1: 5ff094be06ba96b76dedf74499c2f5dea1db4fb0
# root directory of the installation
diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ?

@ -1,11 +1,11 @@
---
# Version to deploy
metabase_version: 0.38.1
metabase_version: 0.38.2
# URL to fetch the jar
metabase_jar_url: https://downloads.metabase.com/v{{ metabase_version }}/metabase.jar
# Expected sha1 of the jar
metabase_jar_sha1: 9abb746dfdc50ea67374f45896a1729263b4706a
metabase_jar_sha1: f2cbac98e3d1c1c8b0e51e0f5c9fa88ea72f9eab
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True

Loading…
Cancel
Save