Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created December 1, 2018 03: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/f61bc536daa0f96331563070feb5001d to your computer and use it in GitHub Desktop.
Save gowatana/f61bc536daa0f96331563070feb5001d 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.",
"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-67u1"
},
"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
}
}
}
@gowatana
Copy link
Author

gowatana commented Dec 1, 2018

下記の投稿むけ。

vCenter 6.7 u1 の HTML5 vSphere Client をクリスマス風にしてみる。
https://communities.vmware.com/people/gowatana/blog/2018/11/30/vcsa-html5-hack

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