|
|
@ -11,11 +11,11 @@ |
|
|
|
# MaxUsers = "9" |
|
|
|
# MaxUsers = "9" |
|
|
|
# Mode = "subscription" |
|
|
|
# Mode = "subscription" |
|
|
|
# etc... |
|
|
|
# etc... |
|
|
|
seafile_version: "{{ seafile_license is defined | ternary('7.1.4','7.1.3') }}" |
|
|
|
seafile_version: "{{ seafile_license is defined | ternary('7.1.4','7.1.4') }}" |
|
|
|
|
|
|
|
|
|
|
|
# Archive URL and sha1 are only used for the community version |
|
|
|
# Archive URL and sha1 are only used for the community version |
|
|
|
seafile_archive_url: https://download.seadrive.org/seafile-server_{{ seafile_version }}_x86-64.tar.gz |
|
|
|
seafile_archive_url: https://download.seadrive.org/seafile-server_{{ seafile_version }}_x86-64.tar.gz |
|
|
|
seafile_archive_sha1: b94b63bb7ea770e4afdc8e5d8ac82d8fc10e0403 |
|
|
|
seafile_archive_sha1: dd8efe0b41c77836c0adf64bc28c8f4a6df0ca54 |
|
|
|
|
|
|
|
|
|
|
|
seafile_root_dir: /opt/seafile |
|
|
|
seafile_root_dir: /opt/seafile |
|
|
|
seafile_data_dir: "{{ seafile_root_dir }}/data" |
|
|
|
seafile_data_dir: "{{ seafile_root_dir }}/data" |
|
|
|