From 61b5ad8a9f3166ed0ce342890bbc4e40cf7a0eb8 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 20 Jul 2020 14:37:48 +0700 Subject: [PATCH] Forward port 8443 --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) 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