REmoved dep because they get included via task

This commit is contained in:
2025-07-10 12:42:38 +02:00
parent ff38b86493
commit bafd9e0f23
59 changed files with 40 additions and 43 deletions

View File

@@ -0,0 +1,37 @@
# Gamer 🎮
## Description
This Ansible meta-role prepares an Arch Linux system for a complete and optimized gaming experience. It delegates the setup to modular sub-roles that install open-source games, retro emulators, and core performance tools like [Steam](https://store.steampowered.com/), [Wine](https://www.winehq.org/), [Lutris](https://lutris.net/), [GameMode](https://github.com/FeralInteractive/gamemode), and [RetroArch](https://www.retroarch.com/).
## Overview
This role combines several specialized gaming roles into one streamlined setup. It ensures your system is ready for modern, retro, and open-source gaming, with zero manual configuration.
## Purpose
To provide a modular and reproducible way to deploy a full-featured Linux gaming system, suited for both native and Windows-based titles, retro consoles, and FOSS games.
## Features
-**Modular Roles:** Handles separate responsibilities through sub-roles
- 🕹️ **Retro Support:** Emulators and themes via [RetroArch](https://www.retroarch.com/)
- 🧩 **Core Stack:** Performance tools and runtimes (e.g. [GameMode](https://github.com/FeralInteractive/gamemode), [MangoHUD](https://github.com/flightlessmango/MangoHud))
- 🎲 **Open Source Games:** Installed directly from official Arch repos
- ⚙️ **System Integration:** Sets `gaming_ready` fact for other CyMaIS roles
## Sub-Roles
| Role | Responsibility |
|------|----------------|
| [`desk-retroarch`](../desk-retroarch) | Installs RetroArch and assets |
| [`util-desk-game-os`](../util-desk-game-os) | Installs open source games |
| [`util-desk-game-windows`](../util-desk-game-windows) | Installs Steam, Lutris, Wine, GameMode, MangoHUD |
## Credits 📝
Developed and maintained by **Kevin Veen-Birkenbach**
Learn more at [www.veen.world](https://www.veen.world)
Part of the [CyMaIS Project](https://github.com/kevinveenbirkenbach/cymais)
License: [CyMaIS NonCommercial License (CNCL)](https://s.veen.world/cncl)

View File

@@ -0,0 +1,31 @@
---
galaxy_info:
author: "Kevin Veen-Birkenbach"
description: "Gaming setup role for Arch Linux systems."
license: "CyMaIS NonCommercial License (CNCL)"
license_url: "https://s.veen.world/cncl"
company: |
Kevin Veen-Birkenbach
Consulting & Coaching Solutions
https://www.veen.world
min_ansible_version: "2.9"
platforms:
- name: Archlinux
versions:
- rolling
galaxy_tags:
- gaming
- steam
- lutris
- gamemode
- archlinux
- performance
- wine
- graphics
repository: https://s.veen.world/cymais
issue_tracker_url: https://s.veen.world/cymaisissues
documentation: https://s.veen.world/cymais
dependencies:
- desk-retroarch
- util-desk-game-os
- util-desk-game-windows