Skip to content

Instantly share code, notes, and snippets.

@mbarrin
Created April 23, 2015 15:25
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 mbarrin/619208614031071170bb to your computer and use it in GitHub Desktop.
Save mbarrin/619208614031071170bb to your computer and use it in GitHub Desktop.
37 "provisioners": [
38 {
39 "type": "shell",
40 "inline": [
41 "sudo yum -y update",
42 "sudo yum -y install python-pip gcc python-devel",
43 "sudo pip install ansible==1.8.4"
44 ]
45 },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment