workstation/roles/common/defaults/main.yml
Kris Lamoureux b3e232451c
Upgrade to Debian 12, with minor updates
- Upgraded project to Debian 12
- .vscode added to .gitignore
- LICENSE formatting updated
- Copyright refreshed for 2023
- Added Libvirt settings
- Refactored packages to inventory-specific
- Committed missing autostart-scripts
2023-06-13 01:04:39 -04:00

24 lines
366 B
YAML

homedir: "/home/{{ item.name }}"
# Follows homelab package list:
# https://github.com/krislamo/homelab/blob/main/roles/base/defaults/main.yml#L5
homelab_packages:
- apache2-utils
- cryptsetup
- curl
- dnsutils
- hashdeep
- htop
- jq
- kpartx
- ncdu
- rsync
- screen
- strace
- tree
- vim
- wget
packages:
- "{{ homelab_packages }}"