This commit is contained in:
chrishutchison9 2018-04-15 14:13:43 -04:00
commit 5b151a7a6e

1
Vagrantfile vendored
View File

@ -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."