homelab/roles/base/defaults/main.yml

20 lines
217 B
YAML
Raw Permalink Normal View History

manage_network: false
2020-07-01 04:45:47 +00:00
network_type: static
allow_reboot: true
2020-08-15 22:14:45 +00:00
packages:
- cryptsetup
2020-08-27 00:33:12 +00:00
- curl
- dnsutils
- hashdeep
2020-08-15 22:14:45 +00:00
- htop
- jq
2020-08-15 22:14:45 +00:00
- kpartx
- ncdu
2020-08-22 18:42:56 +00:00
- rsync
2020-08-15 22:14:45 +00:00
- screen
- strace
- tree
2020-08-15 22:14:45 +00:00
- vim
- wget