diff --git a/Vagrantfile b/Vagrantfile index 88c2002f..50fef484 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -8,6 +8,8 @@ Vagrant.configure("2") do |config| vb.memory = "8192" end + config.vm.network "forwarded_port", guest: 8443, host: 8443 + config.vm.provision "ansible" do |ansible| ansible.playbook = "playbook.yml" end