add packer stuff

This commit is contained in:
Dax T. Games
2023-03-17 09:30:14 -04:00
parent bc0db6a7b6
commit 600552f061
35 changed files with 1803 additions and 1 deletions

3
Vagrantfile vendored
View File

@ -9,7 +9,8 @@ Vagrant.configure("2") do |config|
config.vm.define "cmderdev-10" do |win10|
win10.vm.hostname = "cmderdev-10"
win10.vm.box = "cmderdev-10"
win10.vm.box = "dgames/cmderdev-10"
config.vm.box_version = "1.0.0"
# win10.vm.network :private_network, ip: "192.168.56.101"