ja b0af3dcf12 Workstation optimization: Chrome cleanup, package purge, PCIe audit, service tuning
- Chrome/Chromium cleanup (ADR 0006): removed 10GB chromium profile, broken PWA
  shortcuts, dead BROWSER_CDP_URL from .bashrc, restored Wayland chrome-flags.conf
- Package cleanup (ADR 0007): Tier 1-4 executed, 40 packages removed (KDE Plasma,
  ruby, love, xorg-server, kscreen/kscreenlocker), 45 cascade orphans purged
- Waybar USB module: auto-mount via udisks2, yazi integration, hover details
- Service tuning: disabled bluetooth.service, NetworkManager-wait-online.service
- hypridle fix: upgraded sdbus-cpp 2.3.0->2.3.1-1 (SEGV crash loop resolved)
- PCIe audit: GPU in wrong slot (PCIEX4 vs PCIEX16), 8x bandwidth loss documented
- D-Bus cleanup: removed stale org.kde.kwalletd6.service stub
- Ansible: all changes reflected in vars/main.yml and task files
2026-05-22 16:24:18 +02:00

description, tags, last_updated
description tags last_updated
Infrastructure-as-Code and maintenance repository for Michael Wegener's primary workstation at satware AG (Pfeddersheim location).
workstation
ansible
infrastructure-as-code
linux
automation
2026-03-17

saTway® Infrastructure - mw-pfeddersheim-workstation

This repository manages the configuration, software stack, and maintenance scripts for Michael Wegener's primary workstation. It ensures a reproducible, secure, and optimized environment following satware AG best practices.

🚀 Quick Start

To apply the current configuration or run maintenance:

# 1. Verify configuration with a dry run
ansible-playbook ansible/workstation.yml --check

# 2. Apply configuration locally
ansible-playbook ansible/workstation.yml

# 3. Run automated maintenance
bash scripts/maintenance.sh

# 4. Run daily routine (Morning/EOD)
bash scripts/daily-routine.sh morning-full
bash scripts/daily-routine.sh eod

📊 Current Status (2026-03-17)

  • System Health: Healthy (Load: 0.40, Disk: 84% used, Memory: 19% used, Swap: 16GB)
  • Active Containers: 6 running (with memory limits)
  • Network: Tailscale active

📂 Project Structure

Directory Purpose
ansible/ Configuration-as-Code (Roles: common, dev-tools, maintenance)
config/ System configuration templates (.j2)
docs/ PARA-structured documentation (product, adr, learnings, tech)
scripts/ Maintenance and automation scripts

🛠 Software Stack

  • Languages: Node.js 22 LTS, Python 3.12+, PHP 8.4
  • Automation: Ansible, Docker
  • Environment: Manjaro/Arch Linux, Bash

📜 Core Principles

  • Baby Steps™: All changes are small, atomic, and verifiable.
  • Spec-Driven Development: Intent-first development with explicit documentation.
  • Zero-Trust: Secrets are managed via ansible-vault or environment variables; never committed raw.

📄 Documentation

Comprehensive documentation is available in the docs/ directory:


© 2026 satware AG. All rights reserved.

S
Description
No description provided
Readme
803 KiB
Languages
Shell 62.7%
Jinja 37.3%