Skip to content

Instantly share code, notes, and snippets.

@fcuny
Created July 12, 2015 04:35
Show Gist options
  • Save fcuny/aadd788101c08744a22a to your computer and use it in GitHub Desktop.
Save fcuny/aadd788101c08744a22a to your computer and use it in GitHub Desktop.
Vagrant.configure("2") do |config|
config.vm.box = "precise64"
config.vm.box_url = "http://files.vagrantup.com/precise64.box"
config.ssh.forward_agent = true
config.vm.provision :ansible, :playbook => "playbook.yml"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment