-
Notifications
You must be signed in to change notification settings - Fork 17
/
variables.auto.pkrvars.hcl.sample
33 lines (22 loc) · 1.22 KB
/
variables.auto.pkrvars.hcl.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Name or IP of you vCenter Server
vsphere_server = "vcenter.demolab.com"
# vsphere username
vsphere_username = "[email protected]"
# vsphere password
vsphere_password = "SomeSecurePassword"
# vsphere datacenter name
vsphere_datacenter = "datacenter1"
# name or IP of the ESXi host
vsphere_host = "esx1.demolab.com"
# vsphere network
vsphere_network = "VM Network"
# vsphere datastore
vsphere_datastore = "datastore1"
# datastore path to the vmtools iso file (You can download VMware Tools packages for Windows here (.zip file): https://customerconnect.vmware.com/en/downloads/details?downloadGroup=VMTOOLS1135&productId=1073&rPId=74478)
vmtools_iso_path = "[datastore1] vmtools/windows.iso"
# datastore path to the floppy image for virtual iSCSI drivers (part of VM Tools, see above)
floppy_pvscsi = "[datastore1] floppies/pvscsi-Windows8.flp"
# Windows username (created in autounattend.xml. If you change it here the please also adjust in all autounattend.xml)
winrm_password = "vagrant"
# Windows password (created in autounattend.xml. If you change it here the please also adjust in all autounattend.xml)
winrm_username = "vagrant"