Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Enable provisioning with ansible
- config.vm.provision "ansible" do |ansible|
- ansible.groups = { "freeswitch" => "default" }
- ansible.playbook = "deployment/freeswitch.yml"
- ansible.extra_vars = {
- build_server: true,
- configure_server: true
- }
- ansible.verbose = 'vvvv'
- end
Advertisement
Add Comment
Please, Sign In to add comment