add: Distro-Entscheidung (Debian 13 + KDE), Ansible-Skelett, ADR
This commit is contained in:
10
ansible/site.yml
Normal file
10
ansible/site.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Provision Linux workstations
|
||||
hosts: workstations
|
||||
gather_facts: true
|
||||
roles:
|
||||
- base
|
||||
- desktop_kde
|
||||
- hardening
|
||||
- dev_tools
|
||||
- workstation_apps
|
||||
Reference in New Issue
Block a user