Skip to content

Instantly share code, notes, and snippets.

@martypitt
Created January 1, 2018 22:01
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 martypitt/bdfb7c94b30fba28a152f25d46e561d5 to your computer and use it in GitHub Desktop.
Save martypitt/bdfb7c94b30fba28a152f25d46e561d5 to your computer and use it in GitHub Desktop.
Bootstrap a freshly minted ubuntu 16.04 - 17.10 box for ansible
---
- hosts: all
become: yes
become_user: root
gather_facts: no
pre_tasks:
- name: 'install missing modules'
raw: sudo apt-get -y install python-simplejson aptitude
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment