homelab/roles/base/defaults/main.yml

17 lines
180 B
YAML

manage_network: false
network_type: static
allow_reboot: true
packages:
- cryptsetup
- curl
- htop
- jq
- kpartx
- ncdu
- rsync
- screen
- tree
- vim
- wget