Packer.Images/packer/variables.pkr.hcl
djpbessems 04c9eb4f03
Some checks failed
continuous-integration/drone/push Build is failing
Add Ubuntu Server initial draft
2021-06-07 13:19:00 +02:00

18 lines
412 B
HCL

variable "vcenter_server" {}
variable "vsphere_username" {}
variable "vsphere_password" {}
variable "vsphere_host" {}
variable "vsphere_datacenter" {}
variable "vsphere_templatefolder" {}
variable "vsphere_folder" {}
variable "vsphere_datastore" {}
variable "vsphere_network" {}
variable "vm_name" {}
variable "vm_guestos" {}
variable "ssh_password" {}
variable "repo_username" {}
variable "repo_password" {}