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

13
ansible/inventory.yml Normal file
View File

@@ -0,0 +1,13 @@
all:
children:
workstations:
hosts:
notebook:
ansible_host: notebook.egonlebt.lan
pc:
ansible_host: pc.egonlebt.lan
werkstatt:
ansible_host: werkstatt.egonlebt.lan
vars:
ansible_user: tom
ansible_become: true