c12s-kubespray/inventory/inventory.example

33 lines
797 B
Plaintext
Raw Normal View History

2015-12-12 18:32:18 +00:00
[downloader]
localhost ansible_connection=local ansible_python_interpreter=python2
2015-12-12 18:32:18 +00:00
[kube-master]
node1 ansible_ssh_host=10.99.0.26
node2 ansible_ssh_host=10.99.0.27
2015-12-12 18:32:18 +00:00
[etcd]
node1 ansible_ssh_host=10.99.0.26
node2 ansible_ssh_host=10.99.0.27
node3 ansible_ssh_host=10.99.0.4
2015-12-17 20:32:06 +00:00
2015-12-12 18:32:18 +00:00
[kube-node]
node2 ansible_ssh_host=10.99.0.27
node3 ansible_ssh_host=10.99.0.4
node4 ansible_ssh_host=10.99.0.5
node5 ansible_ssh_host=10.99.0.36
node6 ansible_ssh_host=10.99.0.37
2015-12-12 18:32:18 +00:00
[paris]
node1 ansible_ssh_host=10.99.0.26
node3 ansible_ssh_host=10.99.0.4 local_as=xxxxxxxx
node4 ansible_ssh_host=10.99.0.5 local_as=xxxxxxxx
2015-12-12 18:32:18 +00:00
[new-york]
node2 ansible_ssh_host=10.99.0.27
node5 ansible_ssh_host=10.99.0.36 local_as=xxxxxxxx
node6 ansible_ssh_host=10.99.0.37 local_as=xxxxxxxx
2015-12-12 18:32:18 +00:00
[k8s-cluster:children]
kube-node
kube-master