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

37 lines
532 B
YAML
Raw Normal View History

2019-03-31 15:25:33 +02:00
---
- name: install tools
apt:
name:
- atool
- bmon
2019-04-16 18:51:21 +02:00
- ccze
2019-03-31 15:25:33 +02:00
- dnsutils
- ethtool
- exa
- ffmpeg
- fzf
- git
- htop
2019-04-07 04:13:12 +02:00
- iotop
2019-03-31 15:25:33 +02:00
- iperf3
2019-04-26 15:39:54 +02:00
- jpegoptim
2019-03-31 15:25:33 +02:00
- lm-sensors
2019-04-22 02:08:10 +02:00
- megatools
2019-03-31 15:25:33 +02:00
- molly-guard
- mpv
- mtr
- ncdu
- net-tools
- nftables
2019-04-22 02:19:04 +02:00
- p7zip-full
2019-04-26 15:32:51 +02:00
- rename
2019-03-31 15:25:33 +02:00
- reptyr
- ripgrep
- rsync
- smartmontools
- tmux
- vim-nox
- vnstat
- zsh
state: present