Update to 2021-06-30 13:00

master
Daniel Berteaud 3 years ago
parent ff87c16f0f
commit 5742c8b0ec
  1. 4
      roles/appsmith/defaults/main.yml
  2. 4
      roles/diagrams/defaults/main.yml
  3. 2
      roles/n8n/defaults/main.yml

@ -1,11 +1,11 @@
---
# Version to deploy
appsmith_version: 1.5.4
appsmith_version: 1.5.5
# URL of the source archive
appsmith_archive_url: https://github.com/appsmithorg/appsmith/archive/v{{ appsmith_version }}.tar.gz
# sha1sum of the archive
appsmith_archive_sha1: bd6b887472a1d33f1c5028af01e12caf79aa0e45
appsmith_archive_sha1: 90969fe7088910434e473ea607076c9558a67fcb
# Root directory where appsmith will be installed
appsmith_root_dir: /opt/appsmith

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

@ -1,7 +1,7 @@
---
# Version to deploy
n8n_version: 0.121.0
n8n_version: 0.126.0
# Root directory where n8n will be installed
n8n_root_dir: /opt/n8n
# User account under which n8n will run

Loading…
Cancel
Save