Update to 2021-03-01 12:00

master
Daniel Berteaud 3 years ago
parent ede2b1adcc
commit 6fb5861382
  1. 4
      roles/diagrams/defaults/main.yml
  2. 4
      roles/etherpad/defaults/main.yml
  3. 4
      roles/metabase/defaults/main.yml
  4. 2
      roles/n8n/defaults/main.yml
  5. 2
      roles/seafile/defaults/main.yml
  6. BIN
      roles/seafile/files/seafile-pro-server_7.1.14_x86-64_CentOS.tar.gz

@ -1,11 +1,11 @@
---
# Veresion of diagrams to deploy
diagrams_version: 14.2.9
diagrams_version: 14.4.3
# 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: 061b500ffc908fe603ecf8d43fb4259bd83315fe
diagrams_war_sha1: 201b6e1efc5803668e11021d6e00c38b27915167
# root directory of the installation
diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ?

@ -3,9 +3,9 @@
etherpad_id: 1
etherpad_root_dir: /opt/etherpad_{{ etherpad_id }}
etherpad_user: etherpad_{{ etherpad_id }}
etherpad_version: 1.8.10
etherpad_version: 1.8.11
etherpad_archive_url: https://github.com/ether/etherpad-lite/archive/{{ etherpad_version }}.tar.gz
etherpad_archive_sha1: 970a5075d7a17d15ede7aa11baf13a6441a8202c
etherpad_archive_sha1: 9234e5b3f923ba4ded8561ae946c80ec72731451
etherpad_port: 9003
etherpad_src_ip: []

@ -1,11 +1,11 @@
---
# Version to deploy
metabase_version: 0.38.0
metabase_version: 0.38.0.1
# 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: 2d2333deff92c18784c4a0e0d23288b29d2c8a87
metabase_jar_sha1: f1148e5623eded62e47d472cc4e2a1aea49d4e2c
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True

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

@ -11,7 +11,7 @@
# MaxUsers = "9"
# Mode = "subscription"
# etc...
seafile_version: "{{ seafile_license is defined | ternary('7.1.13','8.0.3') }}"
seafile_version: "{{ seafile_license is defined | ternary('7.1.14','8.0.3') }}"
# Archive URL and sha1 are only used for the community version
seafile_archive_url: https://download.seadrive.org/seafile-server_{{ seafile_version }}_x86-64.tar.gz

Binary file not shown.
Loading…
Cancel
Save