Skip to content

Instantly share code, notes, and snippets.

@mattlevan
Created March 2, 2020 18:41
Show Gist options
  • Save mattlevan/b1e9125495cad1c8b7ad223cadb38013 to your computer and use it in GitHub Desktop.
Save mattlevan/b1e9125495cad1c8b7ad223cadb38013 to your computer and use it in GitHub Desktop.
all:
hosts:
node1:
ansible_host: 10.195.92.108
ip: 10.195.92.108
access_ip: 10.195.92.108
node2:
ansible_host: 10.195.92.114
ip: 10.195.92.114
access_ip: 10.195.92.114
node3:
ansible_host: 10.195.92.109
ip: 10.195.92.109
access_ip: 10.195.92.109
children:
kube-master:
hosts:
node1:
# node2: commented out to try to fix create kubeadm token task
kube-node:
hosts:
node1:
node2:
node3:
etcd:
hosts:
node1:
node2:
node3:
k8s-cluster:
children:
kube-master:
kube-node:
calico-rr:
hosts: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment