Guest User

Untitled

a guest
Feb 18th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #hosts.ini
  2. [all]
  3. raspberrypi ansible_ssh_host=192.168.0.16 ip=192.168.0.16 ansible_host=192.168.0.16 ansible_user=pi
  4.  
  5. [kube-master]
  6. raspberrypi
  7.  
  8. [etcd]
  9. raspberrypi
  10.  
  11. [kube-node]
  12. raspberrypi
  13.  
  14. [k8s-cluster:children]
  15. kube-master
  16. kube-node
  17.  
  18. [calico-rr]
Add Comment
Please, Sign In to add comment