Skip to content

Instantly share code, notes, and snippets.

@charlesBochet
Last active July 23, 2017 17:06
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 charlesBochet/165f6379d7517b4af00c74f51ae31307 to your computer and use it in GitHub Desktop.
Save charlesBochet/165f6379d7517b4af00c74f51ae31307 to your computer and use it in GitHub Desktop.
config.vm.provision "ansible" do |ansible|
ansible.playbook = "provisioning/playbook.yml"
ansible.sudo = true
ansible.limit = "all"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment