This commit is contained in:
Eliezer Croitoru 2023-06-06 23:16:25 +03:00
parent bf80c1ce4e
commit eaae510a41
3 changed files with 7 additions and 1 deletions

5
Vagrantfile vendored
View File

@ -10,6 +10,11 @@ $VM_VCPU = File.readlines('vmcpu').first.chomp.to_i
$BOX = File.readlines('box').first.chomp $BOX = File.readlines('box').first.chomp
$PROVIDER = File.readlines('provider').first.chomp
if $PROVIDER =~ /hyperv|virtualbox/
ENV["VAGRANT_DEFAULT_PROVIDER"] = $PROVIDER
end
# Will not work on Hyper-V # Will not work on Hyper-V
#$VM_DISK_SIZE = File.readlines('disksize').first.chomp #$VM_DISK_SIZE = File.readlines('disksize').first.chomp

2
net
View File

@ -1 +1 @@
172-20-20-net VMs_OUT

1
provider Normal file
View File

@ -0,0 +1 @@
hyperv