4
This commit is contained in:
parent
77bb258aad
commit
4b872eb207
5
Vagrantfile
vendored
5
Vagrantfile
vendored
@ -21,7 +21,8 @@ Vagrant.configure("2") do |config|
|
|||||||
|
|
||||||
# config.ssh.forward_agent = false
|
# config.ssh.forward_agent = false
|
||||||
# config.ssh.insert_key = true
|
# config.ssh.insert_key = true
|
||||||
# config.ssh.insert_key = false
|
|
||||||
|
config.ssh.insert_key = false
|
||||||
|
|
||||||
# config.ssh.username = "vagrant"
|
# config.ssh.username = "vagrant"
|
||||||
# config.ssh.password = "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' ]
|
||||||
config.ssh.private_key_path = ['~/.ssh/vagrant', '~/.vagrant.d/insecure_private_key' ]
|
config.ssh.private_key_path = ['~/.ssh/vagrant', '~/.vagrant.d/insecure_private_key' ]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
config.vm.provider "hyperv" do |hv, override|
|
config.vm.provider "hyperv" do |hv, override|
|
||||||
hv.vmname = "almalinux8"
|
hv.vmname = "almalinux8"
|
||||||
hv.memory = 2048
|
hv.memory = 2048
|
||||||
|
Loading…
Reference in New Issue
Block a user