Created
November 20, 2020 22:30
-
-
Save emersonford/e9891650770ad4c714b92b3c1730922a 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: | |
children: | |
calico-rr: | |
hosts: {} | |
etcd: | |
hosts: | |
foobar1.org: | |
kube-master: | |
hosts: | |
foobar1.org: | |
kube-node: | |
hosts: | |
foobar1.org: | |
foobar2.org: | |
foobar3.org: | |
k8s-cluster: | |
children: | |
kube-master: | |
kube-node: | |
hosts: | |
foobar1.org: | |
access_ip: XXX.XXX.XXX.177 | |
ansible_host: 10.1.40.1 | |
ip: 10.1.40.1 | |
etcd_access_address: 10.1.40.1 | |
etcd_event_access_address: 10.1.40.1 | |
foobar2.org: | |
ansible_host: 10.1.40.2 | |
ip: 10.1.40.2 | |
foobar3.org: | |
ansible_host: 10.1.40.3 | |
ip: 10.1.40.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment