-
-
Save gowatana/bbe33fd77f606568b35dd3ec651b1acb to your computer and use it in GitHub Desktop.
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
{ | |
"__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 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
小規模 Horizon 8 ラボ構築。Part-02 仮想化基盤(vSphere)の準備
https://vm.gowatana.jp/entry/2022/05/07/234318