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.

32 lines
797 B

  1. [downloader]
  2. localhost ansible_connection=local ansible_python_interpreter=python2
  3. [kube-master]
  4. node1 ansible_ssh_host=10.99.0.26
  5. node2 ansible_ssh_host=10.99.0.27
  6. [etcd]
  7. node1 ansible_ssh_host=10.99.0.26
  8. node2 ansible_ssh_host=10.99.0.27
  9. node3 ansible_ssh_host=10.99.0.4
  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. [paris]
  17. node1 ansible_ssh_host=10.99.0.26
  18. node3 ansible_ssh_host=10.99.0.4 local_as=xxxxxxxx
  19. node4 ansible_ssh_host=10.99.0.5 local_as=xxxxxxxx
  20. [new-york]
  21. node2 ansible_ssh_host=10.99.0.27
  22. node5 ansible_ssh_host=10.99.0.36 local_as=xxxxxxxx
  23. node6 ansible_ssh_host=10.99.0.37 local_as=xxxxxxxx
  24. [k8s-cluster:children]
  25. kube-node
  26. kube-master