mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
29 lines
328 B
Smarty
29 lines
328 B
Smarty
${connection_strings_master}
|
|
${connection_strings_node}
|
|
${connection_strings_etcd}
|
|
|
|
|
|
${public_ip_address_bastion}
|
|
|
|
[kube-master]
|
|
${list_master}
|
|
|
|
|
|
[kube-node]
|
|
${list_node}
|
|
|
|
|
|
[etcd]
|
|
${list_etcd}
|
|
|
|
|
|
[k8s-cluster:children]
|
|
kube-node
|
|
kube-master
|
|
|
|
|
|
[k8s-cluster:vars]
|
|
${elb_api_fqdn}
|
|
${elb_api_port}
|
|
${kube_insecure_apiserver_address}
|