mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Forward port 8443
This commit is contained in:
parent
a755755911
commit
61b5ad8a9f
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -8,6 +8,8 @@ Vagrant.configure("2") do |config|
|
|||||||
vb.memory = "8192"
|
vb.memory = "8192"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
config.vm.network "forwarded_port", guest: 8443, host: 8443
|
||||||
|
|
||||||
config.vm.provision "ansible" do |ansible|
|
config.vm.provision "ansible" do |ansible|
|
||||||
ansible.playbook = "playbook.yml"
|
ansible.playbook = "playbook.yml"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user