Skip to content

Instantly share code, notes, and snippets.

@lantrix
Created September 16, 2015 03:06
Show Gist options
  • Save lantrix/e42c765ab297f49855be to your computer and use it in GitHub Desktop.
Save lantrix/e42c765ab297f49855be to your computer and use it in GitHub Desktop.
{
"clusterName": "MyCluster",
"datacenterName": "Melbourne",
"hostName": "esxihost.localnet",
"ESXusernameText": "root",
"ESXpasswordText": "password",
"user": "packer",
"password": "password",
"vm_nameText": "PackerTemplateWin2012R2",
"vm_networkName": "VM Network",
"vm_disksize": "71680",
"vm_diskmode": "thin",
"datastoreName": "esxihost-1",
"output_directoryName": "PackerImage",
"autounattend_file": "autounattend/envA/Autounattend.xml",
"userdata_file": "scripts/envA/vmware-userdata.ps1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment