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

47 lines
715 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
2019-06-25 22:19:11 +02:00
- exiftool
2019-03-31 15:25:33 +02:00
- ffmpeg
- fzf
- git
2019-06-09 14:04:47 +02:00
- git-annex
2019-06-23 01:57:31 +02:00
- git-lfs
2019-03-31 15:25:33 +02:00
- htop
2019-04-27 23:41:57 +02:00
- imagemagick
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-05-22 19:34:36 +02:00
- mktorrent
2019-05-29 21:37:57 +02:00
- mkvtoolnix
2019-05-31 13:55:42 +02:00
- mkvtoolnix-gui
2019-03-31 15:25:33 +02:00
- molly-guard
- mpv
- mtr
2019-04-27 23:36:48 +02:00
- mupdf-tools
2019-03-31 15:25:33 +02:00
- ncdu
- net-tools
- nftables
2019-04-26 17:01:21 +02:00
- optipng
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
2019-05-03 00:23:02 +02:00
- udisks2
2019-03-31 15:25:33 +02:00
- vim-nox
- vnstat
- zsh
state: present