added jellyfin configuration

This commit is contained in:
Jef Roosens 2022-12-03 09:07:47 +01:00
parent 6a209092e1
commit ee9ebfadb0
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
5 changed files with 83 additions and 0 deletions

View file

@ -13,3 +13,10 @@
roles:
- samba
tags: samba
- name: Set up Jellyfin
hosts: all
become: yes
roles:
- jellyfin
tags: jellyfin