Skip to content

Instantly share code, notes, and snippets.

@daniel-britt
daniel-britt / install.yml
Created January 7, 2018 20:36
Playbook for provisioning new machines with the essentials
---
- name: Deploy all the things!!!!!
hosts: working
#connection: local
become: true
tasks:
- name: install base packages
apt: pkg={{item}} state=present update_cache=yes cache_valid_time=604800