feat(jellyfin): add playbook to collection, add state=absent support to role
This commit is contained in:
6
playbooks/jellyfin.yml
Normal file
6
playbooks/jellyfin.yml
Normal 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
|
Reference in New Issue
Block a user