mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2022-09-08 16:00
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
# MaxUsers = "9"
|
||||
# Mode = "subscription"
|
||||
# etc...
|
||||
seafile_version: "{{ seafile_license is defined | ternary('9.0.7','9.0.7') }}"
|
||||
seafile_version: "{{ seafile_license is defined | ternary('9.0.7','9.0.8') }}"
|
||||
|
||||
# Archive URL and sha256 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: 78ae9edb07313939e2cb4b57afba5f2c9f8abbd867f39309f32406687f1b53e0
|
||||
seafile_archive_sha256: 3d3b87ef8f9911cdd02b9bb7d2507d1cb1aadb7e642abdc63e84d5d0579575db
|
||||
|
||||
seafile_root_dir: /opt/seafile
|
||||
seafile_data_dir: "{{ seafile_root_dir }}/data"
|
||||
|
Reference in New Issue
Block a user