Skip to content

Instantly share code, notes, and snippets.

View cmbits's full-sized avatar

Chrisb cmbits

  • Rochester Institute of Technology
  • Rochester
View GitHub Profile
@cmbits
cmbits / windows-server-cloudinit.json
Created September 4, 2020 20:58
Packer buildfile for Windows template creation in vSphere content library
{
"builders": [
{
"CPUs": "{{user `vm-cpu-num`}}",
"RAM": "{{user `vm-mem-size`}}",
"RAM_reserve_all": "false",
"boot_command": [
"<tab><wait><tab>"
],
"boot_wait": "-1s",