Created
March 2, 2020 18:41
-
-
Save mattlevan/b1e9125495cad1c8b7ad223cadb38013 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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