You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
327 B

  1. ${connection_strings_master}
  2. ${connection_strings_node}
  3. ${connection_strings_etcd}
  4. ${public_ip_address_bastion}
  5. [kube-master]
  6. ${list_master}
  7. [kube-node]
  8. ${list_node}
  9. [etcd]
  10. ${list_etcd}
  11. [k8s-cluster:children]
  12. kube-node
  13. kube-master
  14. [k8s-cluster:vars]
  15. ${elb_api_fqdn}
  16. ${elb_api_port}
  17. ${loadbalancer_apiserver_address}