homelab/roles/base/defaults/main.yml
Kris Lamoureux 228cd5795b
Config adjustments for Jellyfin/Samba deployment
- Ignored .vscode
- Added firewall exclusion option
- Allowed guest access in Samba
2023-06-09 22:26:47 -04:00

22 lines
257 B
YAML

allow_reboot: true
manage_firewall: true
manage_network: false
network_type: static
packages:
- apache2-utils
- cryptsetup
- curl
- dnsutils
- hashdeep
- htop
- jq
- kpartx
- ncdu
- rsync
- screen
- strace
- tree
- vim
- wget