Skip to content

Instantly share code, notes, and snippets.

@Caustic
Forked from anonymous/playbook.yml
Last active December 26, 2015 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Caustic/7192447 to your computer and use it in GitHub Desktop.
Save Caustic/7192447 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
@Caustic
Copy link
Author

Caustic commented Oct 28, 2013

run with ansible-playbook -i <(echo localhost) -c local playbook.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment