Add variable definitions #2
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
64fd9a195f
commit
1ce40f2a5a
@ -1,5 +1,6 @@
|
|||||||
variable "vcenter_server" {}
|
variable "vcenter_server" {}
|
||||||
variable "vsphere_username" {}
|
variable "vsphere_username" {}
|
||||||
|
variable "vsphere_password" {}
|
||||||
|
|
||||||
variable "vsphere_host" {}
|
variable "vsphere_host" {}
|
||||||
variable "vsphere_hostip" {}
|
variable "vsphere_hostip" {}
|
||||||
@ -9,3 +10,10 @@ variable "vsphere_templatefolder" {}
|
|||||||
variable "vsphere_folder" {}
|
variable "vsphere_folder" {}
|
||||||
variable "vsphere_datastore" {}
|
variable "vsphere_datastore" {}
|
||||||
variable "vsphere_network" {}
|
variable "vsphere_network" {}
|
||||||
|
|
||||||
|
variable "vm_name" {}
|
||||||
|
variable "vm_guestos" {}
|
||||||
|
variable "winrm_password" {}
|
||||||
|
|
||||||
|
variable "repo_username" {}
|
||||||
|
variable "repo_password" {}
|
||||||
|
Loading…
Reference in New Issue
Block a user