mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-29 18:55:34 +02:00
Update to 2023-06-29 10:00
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
# MaxUsers = "9"
|
||||
# Mode = "subscription"
|
||||
# etc...
|
||||
seafile_version: "{{ seafile_license is defined | ternary('10.0.5','10.0.1') }}"
|
||||
seafile_version: "{{ seafile_license is defined | ternary('10.0.6','10.0.1') }}"
|
||||
|
||||
# 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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1769a7734571c0abaecc71dafcbc3683a150951f7196eb626bc21ab658958f97
|
||||
size 144175847
|
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0af3b246ad27fbc49b39ceb6da313404fb6df380a7ab387a44b395dfd4814519
|
||||
size 143913267
|
@@ -35,7 +35,6 @@
|
||||
|
||||
- name: Install or update python modules in the virtualenv
|
||||
pip:
|
||||
state: "{{ (seafile_install_mode == 'upgrade') | ternary('latest', 'present') }}"
|
||||
virtualenv: "{{ seafile_root_dir }}"
|
||||
virtualenv_command: /bin/python3.9 -m venv
|
||||
name: "{{ seafile_python_libs }}"
|
||||
@@ -44,27 +43,6 @@
|
||||
- restart seahub
|
||||
tags: seafile
|
||||
|
||||
- name: Installer version specific python modules
|
||||
pip:
|
||||
virtualenv: "{{ seafile_root_dir }}"
|
||||
virtualenv_command: /bin/python3.9 -m venv
|
||||
name:
|
||||
- future==0.18.*
|
||||
- mysqlclient==2.1.*
|
||||
- pillow==9.3.*
|
||||
- captcha==0.4
|
||||
- django_simple_captcha==0.5.*
|
||||
- djangosaml2==1.5.*
|
||||
- pysaml2==7.2.*
|
||||
- pycryptodome==3.16.*
|
||||
- cffi==1.15.1
|
||||
- SQLAlchemy==1.4.3
|
||||
- chardet
|
||||
notify:
|
||||
- restart seafile
|
||||
- restart seahub
|
||||
tags: seafile
|
||||
|
||||
- name: Install Seafile pro license
|
||||
copy: content={{ seafile_license }} dest={{ seafile_root_dir }}/seafile-license.txt
|
||||
when:
|
||||
|
@@ -13,6 +13,7 @@ seafile_packages:
|
||||
- mysql-devel
|
||||
- zlib-devel
|
||||
- openldap-devel
|
||||
- openssl-devel
|
||||
- gcc
|
||||
- tar
|
||||
- mariadb
|
||||
@@ -23,20 +24,24 @@ seafile_packages:
|
||||
- python3-setuptools # needed for ansible to create the venv
|
||||
|
||||
seafile_python_libs:
|
||||
- Pillow
|
||||
- pillow==9.3.*
|
||||
- pylibmc
|
||||
- captcha
|
||||
- captcha==0.4
|
||||
- jinja2
|
||||
- sqlalchemy
|
||||
- SQLAlchemy==1.4.3
|
||||
- psd-tools
|
||||
- django-pylibmc
|
||||
- django-simple-captcha
|
||||
- django_simple_captcha==0.5.*
|
||||
- djangosaml2==1.5.*
|
||||
- pysaml2==7.2.*
|
||||
- python-ldap
|
||||
- requests_oauthlib
|
||||
- future
|
||||
- mysqlclient
|
||||
- pycryptodome
|
||||
- future==0.18.*
|
||||
- mysqlclient==2.1.*
|
||||
- pycryptodome==3.16.*
|
||||
- cffi==1.15.1
|
||||
- lxml
|
||||
- chardet
|
||||
|
||||
seafile_rm_libs:
|
||||
- liblber-2.4.so.2
|
||||
|
Reference in New Issue
Block a user