Update Vagrantfile

pull/429/head
Chris Hutchison 6 years ago committed by GitHub
parent ab7c44e169
commit db821a44dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
Vagrantfile vendored

@ -59,6 +59,7 @@ Vagrant.configure(2) do |config|
ansible.playbook = "ansible/site.yml"
ansible.limit = "all"
ansible.verbose = "v"
ansible.validate_certs=false
end
config.vm.post_up_message = "Browse to http://isso-dev.local/demo/index.html to start."

Loading…
Cancel
Save