add: Distro-Entscheidung (Debian 13 + KDE), Ansible-Skelett, ADR

This commit is contained in:
2026-05-17 21:33:03 +02:00
parent 8885643b84
commit 0f81a6f6eb
14 changed files with 157 additions and 20 deletions

10
ansible/site.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- name: Provision Linux workstations
hosts: workstations
gather_facts: true
roles:
- base
- desktop_kde
- hardening
- dev_tools
- workstation_apps