Refactor inventroty for the lab

This commit is contained in:
Aleksandr Didenko
2016-06-14 19:02:27 +02:00
parent d365fab9ec
commit 70519e2c5a
2 changed files with 144 additions and 0 deletions

28
kargo/inv/inventory.cfg Normal file
View File

@@ -0,0 +1,28 @@
node2 ansible_ssh_host=10.210.1.12
node3 ansible_ssh_host=10.210.1.13
node4 ansible_ssh_host=10.210.1.14
node5 ansible_ssh_host=10.210.1.15
node6 ansible_ssh_host=10.210.1.16
node7 ansible_ssh_host=10.210.1.17
[kube-master]
node2
node3
node4
[etcd]
node2
node3
node4
[kube-node]
node2
node3
node4
node5
node6
node7
[k8s-cluster:children]
kube-node
kube-master