mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-21 06:28:03 -03:30
28 lines
354 B
Smarty
28 lines
354 B
Smarty
[all]
|
|
${connection_strings_master}
|
|
${connection_strings_node}
|
|
${connection_strings_etcd}
|
|
${public_ip_address_bastion}
|
|
|
|
[bastion]
|
|
${public_ip_address_bastion}
|
|
|
|
[kube_control_plane]
|
|
${list_master}
|
|
|
|
[kube_node]
|
|
${list_node}
|
|
|
|
[etcd]
|
|
${list_etcd}
|
|
|
|
[calico_rr]
|
|
|
|
[k8s_cluster:children]
|
|
kube_node
|
|
kube_control_plane
|
|
calico_rr
|
|
|
|
[k8s_cluster:vars]
|
|
${nlb_api_fqdn}
|