mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
17
roles/funkwhale/vars/RedHat-7.yml
Normal file
17
roles/funkwhale/vars/RedHat-7.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
|
||||
funkwhale_packages:
|
||||
- gcc
|
||||
- git
|
||||
- postgresql14
|
||||
- postgresql-devel
|
||||
- openldap-devel
|
||||
- cyrus-sasl-devel
|
||||
- libjpeg-turbo-devel
|
||||
- python-psycopg2
|
||||
- python-setuptools
|
||||
- python3-virtualenv
|
||||
- python3-pip
|
||||
- ffmpeg
|
||||
- mod_xsendfile
|
||||
|
16
roles/funkwhale/vars/RedHat-8.yml
Normal file
16
roles/funkwhale/vars/RedHat-8.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
|
||||
funkwhale_packages:
|
||||
- gcc
|
||||
- git
|
||||
- postgresql14
|
||||
- postgresql-devel
|
||||
- openldap-devel
|
||||
- cyrus-sasl-devel
|
||||
- libjpeg-turbo-devel
|
||||
- python3-psycopg2
|
||||
- python3-setuptools
|
||||
- python3-virtualenv
|
||||
- python3-pip
|
||||
- ffmpeg
|
||||
- mod_xsendfile
|
Reference in New Issue
Block a user