54 lines
817 B
YAML
54 lines
817 B
YAML
---
|
|
- name: install tools
|
|
apt:
|
|
name:
|
|
- atool
|
|
- bmon
|
|
- ccze
|
|
- dnsutils
|
|
- ethtool
|
|
- exa
|
|
- exiftool
|
|
- ffmpeg
|
|
- flac
|
|
- fzf
|
|
- git
|
|
- git-annex
|
|
- git-lfs
|
|
- htop
|
|
- imagemagick
|
|
- iotop
|
|
- iperf3
|
|
- jpegoptim
|
|
- jq
|
|
- lm-sensors
|
|
- mediainfo
|
|
- megatools
|
|
- mktorrent
|
|
- mkvtoolnix
|
|
- molly-guard
|
|
- mtr-tiny
|
|
- mupdf-tools
|
|
- ncdu
|
|
- net-tools
|
|
- nftables
|
|
- optipng
|
|
- p7zip-full
|
|
- rclone
|
|
- rename
|
|
- reptyr
|
|
- ripgrep
|
|
- rsync
|
|
- smartmontools
|
|
- sox
|
|
- sqlite3
|
|
- tmux
|
|
- udisks2
|
|
- vim-nox
|
|
- vnstat
|
|
- vnstati
|
|
- xdelta
|
|
- xdelta3
|
|
- zsh
|
|
state: present
|