This commit is contained in:
Eliezer Croitoru 2023-06-06 00:34:16 +03:00
parent 77bb258aad
commit 4b872eb207

5
Vagrantfile vendored
View File

@ -21,7 +21,8 @@ Vagrant.configure("2") do |config|
# config.ssh.forward_agent = false
# config.ssh.insert_key = true
# config.ssh.insert_key = false
config.ssh.insert_key = false
# config.ssh.username = "vagrant"
# config.ssh.password = "vagrant"
@ -30,8 +31,6 @@ Vagrant.configure("2") do |config|
# config.ssh.private_key_path = ['~/.ssh/vagrant' ]
config.ssh.private_key_path = ['~/.ssh/vagrant', '~/.vagrant.d/insecure_private_key' ]
config.vm.provider "hyperv" do |hv, override|
hv.vmname = "almalinux8"
hv.memory = 2048