32 lines
449 B
YAML
32 lines
449 B
YAML
---
|
|
- name: install tools
|
|
apt:
|
|
name:
|
|
- atool
|
|
- bmon
|
|
- dnsutils
|
|
- ethtool
|
|
- exa
|
|
- ffmpeg
|
|
- fzf
|
|
- git
|
|
- htop
|
|
- iotop
|
|
- iperf3
|
|
- lm-sensors
|
|
- molly-guard
|
|
- mpv
|
|
- mtr
|
|
- ncdu
|
|
- net-tools
|
|
- nftables
|
|
- reptyr
|
|
- ripgrep
|
|
- rsync
|
|
- smartmontools
|
|
- tmux
|
|
- vim-nox
|
|
- vnstat
|
|
- zsh
|
|
state: present
|