homelab/roles/base/defaults/main.yml

24 lines
359 B
YAML
Raw 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
2021-02-28 07:26:21 +00:00
ddclient_web: dynamicdns.park-your-domain.com/getip
ddclient_server: dynamicdns.park-your-domain.com
ddclient_protocol: namecheap
ddclient_verbose: "yes"
2020-08-15 22:14:45 +00:00
packages:
- cryptsetup
2020-08-27 00:33:12 +00:00
- curl
- 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