feat(jellyfin): add playbook to collection, add state=absent support to role

This commit is contained in:
2024-10-07 19:42:11 +02:00
parent 912c32cb3e
commit b24ea1e925
4 changed files with 33 additions and 13 deletions

6
playbooks/jellyfin.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Install and configure jellyfin
hosts: "{{ jellyfin_hosts | default('jellyfin') }}"
become: "{{ jellyfin_become | default(true, false) }}"
roles:
- role: finallycoffee.services.jellyfin