Skip to content

Instantly share code, notes, and snippets.

@thyforhtian
Created October 15, 2014 11:50
Show Gist options
  • Select an option

  • Save thyforhtian/f94297ec4e060ddc328f to your computer and use it in GitHub Desktop.

Select an option

Save thyforhtian/f94297ec4e060ddc328f to your computer and use it in GitHub Desktop.
vagrant - ansible provision settings
config.vm.provision "ansible" do |ansible|
ansible.playbook = "playbook.yml"
ansible.inventory_path = "hosts"
ansible.limit = "all"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment