Update to 2021-04-22 19:00

master
Daniel Berteaud 3 years ago
parent 995d6bfccb
commit 501191cdcc
  1. 2
      roles/pgadmin4/defaults/main.yml
  2. 2
      roles/seafile/defaults/main.yml
  3. BIN
      roles/seafile/files/seafile-pro-server_8.0.2_x86-64_CentOS.tar.gz

@ -4,6 +4,6 @@ pga_id: 1
pga_port: 5050
pga_src_ip: []
pga_root_dir: /opt/pgadmin4_{{ pga_id }}
pga_version: '5.1'
pga_version: '5.2'
pga_pip_url: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v{{ pga_version }}/pip/pgadmin4-{{ pga_version }}-py3-none-any.whl
pga_master_pass: False

@ -11,7 +11,7 @@
# MaxUsers = "9"
# Mode = "subscription"
# etc...
seafile_version: "{{ seafile_license is defined | ternary('8.0.1','8.0.4') }}"
seafile_version: "{{ seafile_license is defined | ternary('8.0.2','8.0.4') }}"
# 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