This repository has been archived on 2021-04-04. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-server/roles/base/tasks/tools.yml

31 lines
435 B
YAML

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