Skip to content

Instantly share code, notes, and snippets.

@MasazI
Created June 21, 2015 02:34
Show Gist options
  • Save MasazI/7000f5b793335a0e4ce6 to your computer and use it in GitHub Desktop.
Save MasazI/7000f5b793335a0e4ce6 to your computer and use it in GitHub Desktop.
Vagrantfile provision
config.vm.provision "ansible" do |ansible|
ansible.playbook = "playbook.yml"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment