Set up configuration for jellyfin #1

Merged
jayne merged 7 commits from testing into prod 2025-05-20 18:45:01 -05:00
2 changed files with 11 additions and 1 deletions
Showing only changes of commit 8e02377c44 - Show all commits

View file

@ -1,3 +1,7 @@
#SPDX-License-Identifier: MIT-0
---
# handlers file for role-jellyfin
# handlers file for role-jellyfin
- name: restart jellyfin
service:
name: jellyfin
state: restarted

View file

@ -16,6 +16,12 @@
owner: jellyfin
group: jellyfin
- name: deploy jellyfin system.xml file
ansible.builtin.copy:
src: files/system.xml
dest: /etc/jellyfin/system.xml
notify: restart jellyfin
- name: ensure jellyfin is running
service:
name: jellyfin