mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2021-12-10 13:00
This commit is contained in:
parent
4b483a5876
commit
57dc85675d
@ -11,11 +11,11 @@
|
||||
# MaxUsers = "9"
|
||||
# Mode = "subscription"
|
||||
# etc...
|
||||
seafile_version: "{{ seafile_license is defined | ternary('8.0.14','9.0.1') }}"
|
||||
seafile_version: "{{ seafile_license is defined | ternary('8.0.14','9.0.2') }}"
|
||||
|
||||
# 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_sha1: 6f55aa1d465e94a7ada1dff7e1923e020ddb5a6c
|
||||
seafile_archive_sha1: f93e32639d735e8eb8201139d5d962cd4067e1c2
|
||||
|
||||
seafile_root_dir: /opt/seafile
|
||||
seafile_data_dir: "{{ seafile_root_dir }}/data"
|
||||
|
@ -36,6 +36,7 @@ seafile_python_libs:
|
||||
- requests_oauthlib
|
||||
- future
|
||||
- mysqlclient==2.0.1
|
||||
- pycryptodome
|
||||
|
||||
seafile_rm_libs:
|
||||
- libnssutil3.so
|
||||
|
@ -36,6 +36,7 @@ seafile_python_libs:
|
||||
- requests_oauthlib
|
||||
- future
|
||||
- mysqlclient
|
||||
- pycryptodome
|
||||
|
||||
seafile_rm_libs:
|
||||
- liblber-2.4.so.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user