Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x86-39/ansible_collection_diademiemi.jellyfin
Ansible collection including a role to install Jellfyin on Debian and use it with Intel Arc DG2 GPUs
https://github.com/x86-39/ansible_collection_diademiemi.jellyfin
Last synced: about 4 hours ago
JSON representation
Ansible collection including a role to install Jellfyin on Debian and use it with Intel Arc DG2 GPUs
- Host: GitHub
- URL: https://github.com/x86-39/ansible_collection_diademiemi.jellyfin
- Owner: x86-39
- License: mit
- Created: 2023-03-22T12:42:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T14:59:25.000Z (5 months ago)
- Last Synced: 2024-11-08T10:54:50.937Z (11 days ago)
- Language: Shell
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
Ansible Collection - diademiemi.jellyfin
========================================This collection is mainly focused at installing Jellyfin on Debian 11 with Intel Arc hardware encoding support.
I may add support for other distros and hardware in the future if it is requested.
Contents
========Roles
------
Role | Description | CI Status
--- | --- | ---
[diademiemi.jellyfin.install](./roles/install/) | Install Jellyfin | [![Molecule test](https://github.com/diademiemi/ansible_collection_diademiemi.jellyfin/actions/workflows/ansible-role-install.yml/badge.svg)](https://github.com/diademiemi/ansible_collection_diademiemi.jellyfin/actions/workflows/ansible-role-install.yml)
[diademiemi.jellyfin.intel_arc](./roles/intel_arc/) | Install necessary Intel Arc drivers for hardware encoding on Debian 11 | [![Molecule test](https://github.com/diademiemi/ansible_collection_diademiemi.jellyfin/actions/workflows/ansible-role-intel_arc.yml/badge.svg)](https://github.com/diademiemi/ansible_collection_diademiemi.jellyfin/actions/workflows/ansible-role-intel_arc.yml)Click on the role to see the README for that role.
Collection Structure
--------------This collection makes use of my [Ansible Role Template repository](https://github.com/diademiemi/ansible_role_%74emplate.git). The `add-role.sh` script downloads this Template and generates a new role with the name specified. If a `molecule/default/molecule.yml` file is present, it will be ran with GitHub Actions.