Created
May 8, 2021 12:07
-
-
Save nivogt/6e7ff8997049c18f2a3630c0849bd9e6 to your computer and use it in GitHub Desktop.
packer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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