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.

29 lines
742 B

  1. #[kube-master]
  2. #node1 ansible_ssh_host=10.99.0.26
  3. #node2 ansible_ssh_host=10.99.0.27
  4. #
  5. #[etcd]
  6. #node1 ansible_ssh_host=10.99.0.26
  7. #node2 ansible_ssh_host=10.99.0.27
  8. #node3 ansible_ssh_host=10.99.0.4
  9. #
  10. #[kube-node]
  11. #node2 ansible_ssh_host=10.99.0.27
  12. #node3 ansible_ssh_host=10.99.0.4
  13. #node4 ansible_ssh_host=10.99.0.5
  14. #node5 ansible_ssh_host=10.99.0.36
  15. #node6 ansible_ssh_host=10.99.0.37
  16. #
  17. #[paris]
  18. #node1 ansible_ssh_host=10.99.0.26
  19. #node3 ansible_ssh_host=10.99.0.4 local_as=xxxxxxxx
  20. #node4 ansible_ssh_host=10.99.0.5 local_as=xxxxxxxx
  21. #
  22. #[new-york]
  23. #node2 ansible_ssh_host=10.99.0.27
  24. #node5 ansible_ssh_host=10.99.0.36 local_as=xxxxxxxx
  25. #node6 ansible_ssh_host=10.99.0.37 local_as=xxxxxxxx
  26. #
  27. #[k8s-cluster:children]
  28. #kube-node
  29. #kube-master