Skip to content

Instantly share code, notes, and snippets.

@corrupt952
Created November 21, 2017 17:34
Show Gist options
  • Save corrupt952/3b8db912c71aace2098c0087da9322c4 to your computer and use it in GitHub Desktop.
Save corrupt952/3b8db912c71aace2098c0087da9322c4 to your computer and use it in GitHub Desktop.
config.vm.provision "ruby", type: "ansible_local" do |ansible|
ansible.playbook = 'playbooks/ruby.yml'
ansible.install = true
ansible.provisioning_path = '/app'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment