feat(jellyfin): add role for ansible deployment in docker container

This commit is contained in:
2022-03-17 15:12:56 +01:00
parent e6f9256566
commit ddebf0618c
4 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
jellyfin_container_base_volumes:
- "{{ jellyfin_config_path }}:/config:z"
- "{{ jellyfin_cache_path }}:/cache:z"