feat: initial infrastructure baseline

This commit is contained in:
ja
2026-02-27 16:20:37 +01:00
commit 264cd31ce6
17 changed files with 497 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# mw-pfeddersheim-workstation Infrastructure Overview
## Purpose
This repository serves as the single source of truth for the configuration and lifecycle management of Michael Wegener's primary workstation at satware AG (Pfeddersheim location).
## Goals
1. **Reproducibility**: Ability to restore or rebuild the workstation environment using Ansible.
2. **Reliability**: Automated maintenance and health checks.
3. **Documentation**: Clear record of software stack, decision rationale (ADRs), and tribal knowledge.
4. **Security**: Alignment with Zero-Trust principles and satware AG security standards.
## Users
- Primarily **Michael Wegener** (MW).
- AI Assistants (Cline/Jane/Junie) for automated task execution and maintenance.
## Lifecycle
- **Provisioning**: Managed via Ansible playbooks.
- **Maintenance**: Daily/Weekly tasks via `scripts/maintenance.sh`.
- **Documentation**: Continuous updates as the system evolves.