Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. control-plane:
  2. vars:
  3. ansible_port: 2222
  4. ansible_user: "kubernetes"
  5. hosts:
  6. "123.45.678.901":
  7. ansible_host: "__some_public_ip_or_hostname_for_ssh" # useful when there is a public and a private address, in this case "123.45.678.901" would be used for cluster setup and the value for "ansible_host" is just usaed to SSH with Ansible
  8. ansible_port: 2223
  9. ansible_user: "controlplane"
  10. "123.45.678.902":
  11. "123.45.678.903":
  12. node:
  13. hosts:
  14. "123.45.678.904":
  15. "123.45.678.905":
  16. "123.45.678.906":
  17. "123.45.678.907":
  18. "123.45.678.908":
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement