upgrade to windows 2022

This commit is contained in:
Rui Lopes 2022-03-04 19:29:06 +00:00
parent 518b7fc148
commit 77385545e5
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ This will:
Build and install the [Ubuntu 20.04 Base Box](https://github.com/rgl/ubuntu-vagrant). Build and install the [Ubuntu 20.04 Base Box](https://github.com/rgl/ubuntu-vagrant).
Build and install the [Windows 2019 Base Box](https://github.com/rgl/windows-vagrant). Build and install the [Windows 2022 Base Box](https://github.com/rgl/windows-vagrant).
Add the following entry to your `/etc/hosts` file: Add the following entry to your `/etc/hosts` file:

2
Vagrantfile vendored
View File

@ -45,7 +45,7 @@ Vagrant.configure(2) do |config|
end end
config.vm.define :windows do |config| config.vm.define :windows do |config|
config.vm.box = 'windows-2019-amd64' config.vm.box = 'windows-2022-amd64'
config.vm.network 'private_network', ip: '192.168.56.4' config.vm.network 'private_network', ip: '192.168.56.4'
config.vm.provider :libvirt do |lv, config| config.vm.provider :libvirt do |lv, config|
config.vm.synced_folder '.', '/vagrant', type: 'smb', smb_username: ENV['USER'], smb_password: ENV['VAGRANT_SMB_PASSWORD'] config.vm.synced_folder '.', '/vagrant', type: 'smb', smb_username: ENV['USER'], smb_password: ENV['VAGRANT_SMB_PASSWORD']