2019-07-30 21:02:40 +00:00
|
|
|
---
|
|
|
|
- name: Converge
|
|
|
|
hosts: all
|
2019-10-17 18:58:18 +00:00
|
|
|
vars:
|
|
|
|
jellyfin_packages_extra:
|
|
|
|
- epel-release
|
2021-04-18 15:48:02 +00:00
|
|
|
- https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
|
|
|
|
- https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm
|
2021-04-19 15:26:31 +00:00
|
|
|
- aspnetcore-runtime-5.0
|
|
|
|
- ffmpeg
|
2019-10-17 18:58:18 +00:00
|
|
|
|
2019-07-30 21:02:40 +00:00
|
|
|
roles:
|
|
|
|
- role: xoxys.jellyfin
|