Skip to content

Instantly share code, notes, and snippets.

@nivogt
Created May 8, 2021 12:07
Show Gist options
  • Save nivogt/6e7ff8997049c18f2a3630c0849bd9e6 to your computer and use it in GitHub Desktop.
Save nivogt/6e7ff8997049c18f2a3630c0849bd9e6 to your computer and use it in GitHub Desktop.
packer.json
{
"builders": [
{
"type": "vsphere-iso",
"vcenter_server": "{{user `vsphere-server`}}",
"username": "{{user `vsphere-user`}}",
"password": "{{user `vsphere-password`}}",
"insecure_connection": "true",
"datacenter": "{{user `vsphere-datacenter`}}",
"cluster": "{{user `vsphere-cluster`}}",
"host": "{{user `vsphere-host`}}",
"datastore": "{{user `vsphere-datastore`}}",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment