mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-17 02:33:17 +02:00
68 lines
1.3 KiB
YAML
68 lines
1.3 KiB
YAML
---
|
|
|
|
seafile_packages:
|
|
- python3
|
|
- python3-setuptools
|
|
- python3-pip
|
|
- python3-virtualenv
|
|
- python3-devel
|
|
- gcc
|
|
- gcc-c++
|
|
- MySQL-python
|
|
- ffmpeg
|
|
- ffmpeg-devel
|
|
- libmemcached-devel
|
|
- mysql-devel
|
|
- zlib-devel
|
|
- gcc
|
|
- tar
|
|
- mariadb
|
|
- fuse
|
|
- java-1.8.0-openjdk # For seafile-pro
|
|
- poppler-utils # For seafile-pro
|
|
- unoconv # For seafile-pro
|
|
- python-setuptools # needed for ansible to create the venv
|
|
|
|
seafile_python_libs:
|
|
community:
|
|
- pillow==10.0.*
|
|
- pylibmc
|
|
- captcha==0.4
|
|
- jinja2
|
|
- SQLAlchemy==2.0.18
|
|
- psd-tools
|
|
- django-pylibmc
|
|
- django_simple_captcha==0.5.*
|
|
- djangosaml2==1.5.*
|
|
- pysaml2==7.2.*
|
|
- python-ldap==3.4.3
|
|
- requests_oauthlib
|
|
- future==0.18.*
|
|
- mysqlclient==2.1.*
|
|
- pycryptodome==3.16.*
|
|
- cffi==1.15.1
|
|
- lxml
|
|
- chardet
|
|
pro:
|
|
- pillow==9.3.*
|
|
- pylibmc
|
|
- captcha==0.4
|
|
- jinja2
|
|
- SQLAlchemy==1.4.3
|
|
- psd-tools
|
|
- django-pylibmc
|
|
- django_simple_captcha==0.5.*
|
|
- djangosaml2==1.5.*
|
|
- pysaml2==7.2.*
|
|
- python-ldap
|
|
- requests_oauthlib
|
|
- future==0.18.*
|
|
- mysqlclient==2.1.*
|
|
- pycryptodome==3.16.*
|
|
- cffi==1.15.1
|
|
- lxml
|
|
- chardet
|
|
|
|
seafile_rm_libs:
|
|
- libnssutil3.so
|