Skip to content

Instantly share code, notes, and snippets.

@blackandred
Created December 30, 2016 17:38
Show Gist options
  • Save blackandred/f94eeb401ab029d96f210b94816ba354 to your computer and use it in GitHub Desktop.
Save blackandred/f94eeb401ab029d96f210b94816ba354 to your computer and use it in GitHub Desktop.
Ansible: Useful tools on Ubuntu/Debian server
- name: Install misc admin packages
become: yes
apt: name={{ item }} state=present
with_items:
- htop
- iotop
- mytop
- iftop
- iptraf
- telnet
- zsh
- mc
- glances
- logwatch
- docker.io
- python-pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment