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
+13
View File
@@ -0,0 +1,13 @@
---
- name: Configure mw-pfeddersheim-workstation
hosts: localhost
connection: local
become: true
vars_files:
- vars/main.yml
- vars/secrets.yml
roles:
- common
- dev-tools
- maintenance