forked from msvsphere/cloud-images
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
544 B
31 lines
544 B
packer {
|
|
required_version = "= 1.10.0"
|
|
|
|
required_plugins {
|
|
ansible = {
|
|
version = "= 1.1.1"
|
|
source = "github.com/hashicorp/ansible"
|
|
}
|
|
|
|
qemu = {
|
|
version = "= 1.0.10"
|
|
source = "github.com/hashicorp/qemu"
|
|
}
|
|
|
|
vagrant = {
|
|
version = "= 1.1.1"
|
|
source = "github.com/hashicorp/vagrant"
|
|
}
|
|
|
|
virtualbox = {
|
|
version = "= 1.0.5"
|
|
source = "github.com/hashicorp/virtualbox"
|
|
}
|
|
|
|
vmware = {
|
|
version = "= 1.0.8"
|
|
source = "github.com/hashicorp/vmware"
|
|
}
|
|
}
|
|
}
|