Skip to content

Instantly share code, notes, and snippets.

Created October 28, 2013 07:02
Show Gist options
  • Save anonymous/7192439 to your computer and use it in GitHub Desktop.
Save anonymous/7192439 to your computer and use it in GitHub Desktop.
---
- hosts: localhost
sudo: True
tasks:
- apt: pkg={{ item }} state=latest update_cache=yes
with_items:
- binutils
- build-essential
- curl
- htop
- git
- pandoc
- python
- python-dev
- python-pip
- ssh
- tmux
- vim
- zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment