Update to 2021-05-24 15:00

master
Daniel Berteaud 3 years ago
parent 9763204d2a
commit 00196f8df2
  1. 4
      roles/bookstack/defaults/main.yml
  2. 2
      roles/seafile/defaults/main.yml
  3. BIN
      roles/seafile/files/seafile-pro-server_8.0.4_x86-64_CentOS.tar.gz

@ -1,11 +1,11 @@
---
# Version to deploy
bookstack_version: 21.04.5
bookstack_version: 21.04.6
# 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: fb6c42f7672447ab6a32e86255f31d56752a7f2d
bookstack_archive_sha1: 56d4900fa3e55fa099e2fecaa8646a4f2204b427
# Should ansible handle bookstack upgrades or just the inintial install
bookstack_manage_upgrade: True

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

Binary file not shown.
Loading…
Cancel
Save