mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-05-13 11:00
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
# MaxUsers = "9"
|
||||
# Mode = "subscription"
|
||||
# etc...
|
||||
seafile_version: "{{ seafile_license is defined | ternary('9.0.5','9.0.4') }}"
|
||||
seafile_version: "{{ seafile_license is defined | ternary('9.0.5','9.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
|
||||
seafile_archive_sha256: 7317453fa0e6c9d6cc4c206fad84ea0c945dc09e6feb9116633d4ed22bc5e24d
|
||||
seafile_archive_sha256: 41685884a08c586a1b0e3b44552fe9dc7ab77d70b48f4fc100a6221d00f3aebc
|
||||
|
||||
seafile_root_dir: /opt/seafile
|
||||
seafile_data_dir: "{{ seafile_root_dir }}/data"
|
||||
|
Reference in New Issue
Block a user