ansible-roles/roles/seafile/vars/RedHat-8.yml

53 lines
993 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
seafile_packages:
2023-06-16 18:00:09 +02:00
- python39
- python39-setuptools
- python39-pip
- python39-devel
2021-12-01 19:13:34 +01:00
- gcc
- gcc-c++
- ffmpeg
- ffmpeg-devel
- libmemcached-devel
- mysql-devel
- zlib-devel
2023-06-16 18:00:09 +02:00
- openldap-devel
2023-06-29 10:00:34 +02:00
- openssl-devel
2021-12-01 19:13:34 +01:00
- gcc
- tar
- mariadb
- fuse
- java-1.8.0-openjdk # For seafile-pro
- poppler-utils # For seafile-pro
- unoconv # For seafile-pro
- python3-setuptools # needed for ansible to create the venv
seafile_python_libs:
2023-06-29 10:00:34 +02:00
- pillow==9.3.*
2021-12-01 19:13:34 +01:00
- pylibmc
2023-06-29 10:00:34 +02:00
- captcha==0.4
2021-12-01 19:13:34 +01:00
- jinja2
2023-06-29 10:00:34 +02:00
- SQLAlchemy==1.4.3
2021-12-01 19:13:34 +01:00
- psd-tools
- django-pylibmc
2023-06-29 10:00:34 +02:00
- django_simple_captcha==0.5.*
- djangosaml2==1.5.*
- pysaml2==7.2.*
2023-06-16 18:00:09 +02:00
- python-ldap
2021-12-01 19:13:34 +01:00
- requests_oauthlib
2023-06-29 10:00:34 +02:00
- future==0.18.*
- mysqlclient==2.1.*
- pycryptodome==3.16.*
- cffi==1.15.1
2022-08-10 10:00:17 +02:00
- lxml
2023-06-29 10:00:34 +02:00
- chardet
2021-12-01 19:13:34 +01:00
seafile_rm_libs:
- liblber-2.4.so.2
- libldap-2.4.so.2
- libsasl2.so.3
- libldap_r-2.4.so.2 # 9.0.0
- libcrypto.so.1.1 # 9.0.0
- libssl.so.1.1 # 9.0.0