Skip to content

Instantly share code, notes, and snippets.

@jmmeacham
Created March 23, 2021 15:30
Show Gist options
  • Save jmmeacham/57afbe7e198d9e439e8cbc2a7960a945 to your computer and use it in GitHub Desktop.
Save jmmeacham/57afbe7e198d9e439e8cbc2a7960a945 to your computer and use it in GitHub Desktop.
{
"clone_vm": "image-test",
"iso_file": "LabImages:iso/en_windows_10_business_editions_version_1809_updated_jan_2020_x64_dvd_09d06013.iso",
"proxmox_skip_tls_verify": "No",
"proxmox_host": "proxmox01",
"proxmox_skip_tls_verify": "1",
"proxmox_url": "https://proxmox.---:8006/api2/json",
"proxmox_username": "---@ldap",
"proxmox_password": "---",
"storage_pool": "LabImages",
"template_description": "Windows 10 64-bit Enterprise template built with Packer - {{isotime \"2006-01-02 03:04:05\"}}",
"template_name": "cloned-vm",
"vm_cpu_cores": "4",
"vm_memory": "4096",
"vm_name": "cloned-vm",
"winrm_username": "vagrant",
"winrm_password": "vagrant"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment