Created
June 21, 2015 02:34
-
-
Save MasazI/7000f5b793335a0e4ce6 to your computer and use it in GitHub Desktop.
Vagrantfile provision
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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