adding jellyfin

This commit is contained in:
Jesse 2019-08-27 09:02:20 -04:00
parent 379d04ffed
commit f529da7753
3 changed files with 5 additions and 3 deletions

View file

@ -175,3 +175,4 @@
- import_tasks: tasks/jellyfin.yml
when: (jellyfin_enabled | default(False))
tags: jellyfin

View file

@ -29,3 +29,4 @@
traefik.frontend.rule: "Host:jellyfin.{{ ansible_nas_domain }}"
traefik.enable: "{{ jellyfin_available_externally }}"
traefik.port: "8896"