Update to 2021-11-02 11:00

master
Daniel Berteaud 3 years ago
parent e7b28cfdb1
commit 42262cb597
  1. 4
      roles/bookstack/defaults/main.yml
  2. 4
      roles/diagrams/defaults/main.yml

@ -1,11 +1,11 @@
---
# Version to deploy
bookstack_version: '21.10.2'
bookstack_version: '21.10.3'
# URL of the arhive
bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz
# Expected sha1 of the archive
bookstack_archive_sha1: 007481362a0e904c43d015cf16dc9eb40c52c5e0
bookstack_archive_sha1: 827a981cea9c33e0c892e66bbe1613a7524bdb41
# Should ansible handle bookstack upgrades or just the inintial install
bookstack_manage_upgrade: True

@ -1,11 +1,11 @@
---
# Veresion of diagrams to deploy
diagrams_version: 15.6.2
diagrams_version: 15.6.5
# 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: ac2f203855dce30f01418ded6131f948e8d72206
diagrams_war_sha1: acaa8fa823717da8d4336800c70edb9733dd9c5d
# root directory of the installation
diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ?

Loading…
Cancel
Save