add: Distro-Entscheidung (Debian 13 + KDE), Ansible-Skelett, ADR
This commit is contained in:
15
ansible/group_vars/all.yml
Normal file
15
ansible/group_vars/all.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
# Defaults für alle Workstations
|
||||
timezone: Europe/Berlin
|
||||
locale: de_DE.UTF-8
|
||||
keyboard_layout: de
|
||||
|
||||
# APT
|
||||
apt_components:
|
||||
- main
|
||||
- contrib
|
||||
- non-free-firmware
|
||||
enable_backports: true
|
||||
|
||||
# Benutzer
|
||||
primary_user: tom
|
||||
Reference in New Issue
Block a user