diff --git a/packer/variables.pkr.hcl b/packer/variables.pkr.hcl index aa79db9..4365800 100644 --- a/packer/variables.pkr.hcl +++ b/packer/variables.pkr.hcl @@ -1,5 +1,6 @@ variable "vcenter_server" {} variable "vsphere_username" {} +variable "vsphere_password" {} variable "vsphere_host" {} variable "vsphere_hostip" {} @@ -9,3 +10,10 @@ variable "vsphere_templatefolder" {} variable "vsphere_folder" {} variable "vsphere_datastore" {} variable "vsphere_network" {} + +variable "vm_name" {} +variable "vm_guestos" {} +variable "winrm_password" {} + +variable "repo_username" {} +variable "repo_password" {}