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
713 B

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