c12s-kubespray/contrib/terraform/vsphere/templates/inventory.tpl

18 lines
206 B
Smarty
Raw Normal View History

[all]
${connection_strings_master}
${connection_strings_worker}
[kube_control_plane]
${list_master}
[etcd]
${list_master}
[kube_node]
${list_worker}
[k8s_cluster:children]
kube_control_plane
kube_node