Guest User

Untitled

a guest
Dec 9th, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # Enable provisioning with ansible
  2. config.vm.provision "ansible" do |ansible|
  3. ansible.groups = { "freeswitch" => "default" }
  4. ansible.playbook = "deployment/freeswitch.yml"
  5. ansible.extra_vars = {
  6. build_server: true,
  7. configure_server: true
  8. }
  9. ansible.verbose = 'vvvv'
  10. end
Advertisement
Add Comment
Please, Sign In to add comment