Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created May 6, 2022 16:31
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/bbe33fd77f606568b35dd3ec651b1acb to your computer and use it in GitHub Desktop.
Save gowatana/bbe33fd77f606568b35dd3ec651b1acb to your computer and use it in GitHub Desktop.
{
"__version": "2.13.0",
"__comments": [
"D:/vcsa-cli-installer/win32/vcsa-deploy.exe install --accept-eula --no-ssl-certificate-verification --precheck-only ./lab-vc-81.json",
"D:/vcsa-cli-installer/win32/vcsa-deploy.exe install --accept-eula --no-ssl-certificate-verification ./lab-vc-81.json"
],
"new_vcsa": {
"esxi": {
"hostname": "192.168.80.31",
"username": "root",
"password": "VMware1!",
"deployment_network": "pg-vlan-0080",
"datastore": "Datastore-Local-VMFS-31"
},
"appliance": {
"thin_disk_mode": true,
"deployment_option": "tiny",
"name": "lab-vc-81"
},
"network": {
"system_name": "192.168.80.21",
"ip_family": "ipv4",
"mode": "static",
"ip": "192.168.80.21",
"prefix": "24",
"gateway": "192.168.80.1",
"dns_servers": [
]
},
"os": {
"password": "VMware1!",
"ntp_servers": [
],
"ssh_enable": true
},
"sso": {
"password": "VMware1!",
"domain_name": "vsphere.local"
}
},
"ceip": {
"settings": {
"ceip_enabled": false
}
}
}
@gowatana
Copy link
Author

下記の投稿むけ。
小規模 Horizon 8 ラボ構築。Part-02 仮想化基盤(vSphere)の準備
https://vm.gowatana.jp/entry/2022/05/07/234318

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment