mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 17:16:55 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
41
roles/seafile/vars/RedHat-7.yml
Normal file
41
roles/seafile/vars/RedHat-7.yml
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
|
||||
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:
|
||||
- Pillow
|
||||
- pylibmc
|
||||
- captcha
|
||||
- jinja2
|
||||
- sqlalchemy
|
||||
- psd-tools
|
||||
- django-pylibmc
|
||||
- django-simple-captcha
|
||||
- python3-ldap
|
||||
- requests_oauthlib
|
||||
- future
|
||||
- mysqlclient==2.0.1
|
||||
|
||||
seafile_rm_libs:
|
||||
- libnssutil3.so
|
Reference in New Issue
Block a user