Optimized README's and meta/main.ymls for Sphinx Build

This commit is contained in:
2025-07-09 17:42:28 +02:00
parent b610d211c5
commit 22049cd1ca
7 changed files with 185 additions and 65 deletions

View File

@@ -1,22 +1,22 @@
# Intel Drivers
# drv-intel Role
## Description
This Ansible role installs Intel media drivers on systems that use the Pacman package manager (e.g., Arch Linux and derivatives). It ensures the `intel-media-driver` package is present and up-to-date.
This Ansible role installs Intel media drivers on Pacman-based Linux distributions (e.g., Arch Linux), ensuring the `intel-media-driver` package is present and up-to-date.
## Overview
The `drv-intel` role leverages the `community.general.pacman` module to:
The `drv-intel` role uses the `community.general.pacman` module to:
1. Update the package cache.
2. Install (or upgrade) the `intel-media-driver` package.
3. Verify that the driver is correctly installed and ready for use in media pipelines.
1. Update the package cache
2. Install or upgrade the `intel-media-driver` package
3. Verify the driver installation for media pipelines
## Features
* Idempotent installation of Intel media drivers
* Automatic package cache update before installation
* Supports installation on any Pacman-based distribution
* Idempotent installation of Intel media drivers
* Automatic Pacman cache update
* Support for all Pacman-based distributions
## Further Resources

View File

@@ -0,0 +1,25 @@
---
galaxy_info:
author: "Kevin Veen-Birkenbach"
description: "Installs Intel media drivers on Pacman-based systems, ensuring the `intel-media-driver` package is present and up-to-date."
license: "CyMaIS NonCommercial License (CNCL)"
license_url: "https://s.veen.world/cncl"
company: |
Kevin Veen-Birkenbach
Consulting & Coaching Solutions
https://www.veen.world
galaxy_tags:
- intel
- media
- driver
- linux
- pacman
repository: "https://github.com/kevinveenbirkenbach/cymais"
issue_tracker_url: "https://github.com/kevinveenbirkenbach/cymais/issues"
documentation: "https://github.com/kevinveenbirkenbach/cymais/tree/main/roles/drv-intel"
min_ansible_version: "2.9"
platforms:
- name: Archlinux
versions:
- all
dependencies: []