mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 10:08:37 +03:00
Initial support for vsphere as cloud provider
This commit is contained in:
committed by
Brad Beam
parent
27b4e61c9f
commit
df476b0088
@@ -0,0 +1,9 @@
|
||||
[Global]
|
||||
user = {{ vsphere_username }}
|
||||
password = {{ vsphere_password }}
|
||||
server = {{ vsphere_server }}
|
||||
port = 443
|
||||
insecure-flag = true
|
||||
datacenter = {{ vsphere_datacenter }}
|
||||
datastore = {{ vsphere_datastore }}
|
||||
working-dir = {{ vsphere_working_dir }}
|
||||
Reference in New Issue
Block a user