Skip to content

Instantly share code, notes, and snippets.

@b23prodtm
Created February 16, 2019 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b23prodtm/611e5ea701c512288577e0435e6c2220 to your computer and use it in GitHub Desktop.
Save b23prodtm/611e5ea701c512288577e0435e6c2220 to your computer and use it in GitHub Desktop.
#hosts.ini
[all]
raspberrypi ansible_ssh_host=192.168.0.16 ip=192.168.0.16 ansible_host=192.168.0.16 ansible_user=pi
[kube-master]
raspberrypi
[etcd]
raspberrypi
[kube-node]
raspberrypi
[k8s-cluster:children]
kube-master
kube-node
[calico-rr]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment