Beginning vmware-iso

This commit is contained in:
Greg Hellings
2023-08-14 01:05:21 -05:00
parent 3fb67dfeba
commit 15044c8fb9
6 changed files with 45 additions and 67 deletions
+6 -1
View File
@@ -12,13 +12,18 @@ packer {
source = "github.com/hashicorp/vagrant"
version = "~> 1"
}
vmware = {
version = ">= 1.0"
source = "github.com/hashicorp/vmware"
}
}
}
build {
sources = [
"source.qemu.x86_64",
"source.virtualbox-iso.x86_64"
"source.virtualbox-iso.x86_64",
"source.vmware-iso.x86_64"
]
provisioner "ansible" {