This commit is contained in:
parent
5f35c59996
commit
0a9800bfe1
@ -8,7 +8,7 @@ galaxy_info:
|
||||
# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.jellyfin?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.jellyfin)
|
||||
# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.jellyfin/src/branch/master/LICENSE)
|
||||
#
|
||||
# Setup a [Jellyfin](https://jellyfin.org/) server. Jellyfin puts you in control of managing and streaming your media.
|
||||
# Setup a [Jellyfin](https://jellyfin.org/) server. Jellyfin puts you in control of managing and streaming your media. Jellyfin requires a working `ffmpeg` and `aspnetcore-runtime` on the target host and the setup is not covered by this role!
|
||||
# @end
|
||||
description: Setup a Jellyfin media server
|
||||
license: MIT
|
||||
|
@ -6,6 +6,8 @@
|
||||
- epel-release
|
||||
- https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
|
||||
- https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm
|
||||
- aspnetcore-runtime-5.0
|
||||
- ffmpeg
|
||||
|
||||
roles:
|
||||
- role: xoxys.jellyfin
|
||||
|
@ -1,6 +1,3 @@
|
||||
---
|
||||
__jellyfin_packages:
|
||||
- aspnetcore-runtime-5.0
|
||||
- ffmpeg
|
||||
|
||||
__jellyfin_packages: []
|
||||
__jellyfin_sysconfig: /etc/sysconfig/jellyfin
|
||||
|
Loading…
Reference in New Issue
Block a user