mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Shortend desktop to desk
This commit is contained in:
27
roles/desk-gnome/README.md
Normal file
27
roles/desk-gnome/README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# GNOME Desktop
|
||||
|
||||
## Description
|
||||
|
||||
This role aggregates various GNOME desktop components to ensure a cohesive and fully functional GNOME environment on Arch Linux. It includes the installation and configuration of several sub-roles:
|
||||
- **desk-gnome-caffeine:** Prevents the system from sleeping or locking automatically.
|
||||
- **desk-gnome-extensions:** Manages GNOME Shell extensions and installs the CLI GNOME Extension Manager.
|
||||
- **desk-gnome-terminal:** Installs GNOME Terminal, the official terminal emulator for GNOME.
|
||||
|
||||
## Purpose
|
||||
|
||||
The purpose of this role is to provide a complete GNOME desktop experience by orchestrating multiple sub-roles. This simplifies deployment and management by ensuring that all key components are installed and configured in a consistent, system-wide manner.
|
||||
|
||||
## Features
|
||||
|
||||
- Aggregates multiple GNOME-related roles into one cohesive setup.
|
||||
- Installs and configures caffeine-ng to keep the desktop active.
|
||||
- Manages GNOME Shell extensions and integrates the CLI GNOME Extension Manager.
|
||||
- Installs GNOME Terminal for a robust command-line interface.
|
||||
- Ensures a seamless and uniform GNOME environment on Arch Linux.
|
||||
|
||||
## Credits
|
||||
|
||||
Developed and maintained by **Kevin Veen-Birkenbach**.
|
||||
Learn more at [www.veen.world](https://www.veen.world)
|
||||
|
||||
License: [CyMaIS NonCommercial License (CNCL)](https://s.veen.world/cncl)
|
4
roles/desk-gnome/config/main.yml
Normal file
4
roles/desk-gnome/config/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
plugins:
|
||||
- [enable,nasa_apod@elinvention.ovh,https://github.com/Elinvention/gnome-shell-extension-nasa-apod.git]
|
||||
- [disable,dash-to-dock@micxgx.gmail.com,'']
|
||||
- [enable, dash-to-panel@jderose9.github.com,'']
|
24
roles/desk-gnome/meta/main.yml
Normal file
24
roles/desk-gnome/meta/main.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Aggregates essential GNOME desktop roles—including caffeine, extensions, and terminal—for a complete GNOME environment on Linux."
|
||||
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:
|
||||
- gnome
|
||||
- desktop
|
||||
- archlinux
|
||||
- automation
|
||||
dependencies:
|
||||
- desk-gnome-caffeine
|
||||
- desk-gnome-extensions
|
||||
- desk-gnome-terminal
|
1
roles/desk-gnome/vars/main.yml
Normal file
1
roles/desk-gnome/vars/main.yml
Normal file
@@ -0,0 +1 @@
|
||||
application_id: gnome
|
Reference in New Issue
Block a user