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

55 lines
827 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
2019-07-25 16:18:27 +02:00
- flac
2019-03-31 15:25:33 +02:00
- 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-10-04 21:37:14 +02:00
- jq
2019-03-31 15:25:33 +02:00
- lm-sensors
2019-08-24 17:22:01 +02:00
- mediainfo
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-03-31 15:25:33 +02:00
- molly-guard
2019-07-21 11:41:11 +02:00
- mtr-tiny
2019-04-27 23:36:48 +02:00
- mupdf-tools
2019-03-31 15:25:33 +02:00
- ncdu
2020-05-18 17:53:39 +02:00
- neovim
2019-03-31 15:25:33 +02:00
- net-tools
- nftables
2019-04-26 17:01:21 +02:00
- optipng
2019-04-22 02:19:04 +02:00
- p7zip-full
2020-06-10 18:48:51 +02:00
- pv
2020-04-04 15:47:33 +02:00
- rclone
2019-04-26 15:32:51 +02:00
- rename
2019-03-31 15:25:33 +02:00
- reptyr
- ripgrep
- rsync
- smartmontools
2019-10-27 16:20:57 +01:00
- sox
2019-08-23 22:55:43 +02:00
- sqlite3
2019-03-31 15:25:33 +02:00
- tmux
2019-05-03 00:23:02 +02:00
- udisks2
2019-03-31 15:25:33 +02:00
- vnstat
2020-04-16 19:18:40 +02:00
- vnstati
2020-02-14 20:44:06 +01:00
- xdelta
- xdelta3
2019-03-31 15:25:33 +02:00
- zsh
state: present