homelab/roles/base/defaults/main.yml

13 lines
140 B
YAML

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