Skip to content

Instantly share code, notes, and snippets.

@Caustic
Caustic / playbook.yml
Last active December 26, 2015 18:09 — forked from anonymous/playbook.yml
---
- hosts: localhost
sudo: True
tasks:
- apt: pkg={{ item }} state=latest update_cache=yes
with_items:
- binutils
- build-essential
- curl
- htop