mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2022-12-13 12:00
This commit is contained in:
parent
8a36b19ae5
commit
0ab511e3aa
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Veresion of diagrams to deploy
|
||||
diagrams_version: 20.6.0
|
||||
diagrams_version: 20.6.2
|
||||
# URL of the WAR file to deploy
|
||||
diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war
|
||||
# Expected sha256 of the WAR file
|
||||
diagrams_war_sha256: 6e4e7aa5b97582bb0d2e7f4c9ad4a3569862cc054cef6ffc91ba8f443e46ea62
|
||||
diagrams_war_sha256: 6d5f5e92bdd7b1913dac5d07957bbcbfc39efc660374ee355875f0ae4b889f7b
|
||||
# root directory of the installation
|
||||
diagrams_root_dir: /opt/diagrams
|
||||
# Should ansible manage upgrades, or just initial install ?
|
||||
|
@ -1,3 +1,4 @@
|
||||
CATALINA_BASE="{{ diagrams_root_dir }}"
|
||||
CATALINA_HOME="{{ diagrams_root_dir }}"
|
||||
CATALINA_TMPDIR="{{ diagrams_root_dir }}/tmp"
|
||||
ENABLE_DRAWIO_PROXY=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user