Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created November 30, 2019 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gowatana/9d231f4372aaed5540e73aea4e69d103 to your computer and use it in GitHub Desktop.
Save gowatana/9d231f4372aaed5540e73aea4e69d103 to your computer and use it in GitHub Desktop.
{
"__version": "2.13.0",
"__comments": [
"deploy a VCSA with an embedded-PSC on an ESXi host.",
"F:/vcsa-cli-installer/win32/vcsa-deploy.exe install --no-esx-ssl-verify --accept-eula --precheck-only ./lab-vcsa-67u3.json",
"F:/vcsa-cli-installer/win32/vcsa-deploy.exe install --no-esx-ssl-verify --accept-eula ./lab-vcsa-67u3.json"
],
"new_vcsa": {
"esxi": {
"hostname": "192.168.1.20",
"username": "root",
"password": "VMware1!",
"deployment_network": "VM Network",
"datastore": "datastore1"
},
"appliance": {
"thin_disk_mode": true,
"deployment_option": "tiny",
"name": "lab-vcsa-67u3"
},
"network": {
"ip_family": "ipv4",
"mode": "static",
"ip": "192.168.1.55",
"dns_servers": [
"192.168.1.101",
"192.168.1.102"
],
"prefix": "24",
"gateway": "192.168.1.1",
"system_name": "192.168.1.55"
},
"os": {
"password": "VMware1!",
"ntp_servers": [
"192.168.1.101",
"192.168.1.102"
],
"ssh_enable": true
},
"sso": {
"password": "VMware1!",
"domain_name": "vsphere.local"
}
},
"ceip": {
"settings": {
"ceip_enabled": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment