summaryrefslogtreecommitdiffstats
path: root/xci/installer/kubespray/files/mini/inventory/inventory.cfg
blob: bf8bf19ba2f099d2108e5f4d4eec630135b71782 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[all]
opnfv ansible_host=192.168.122.2 ip=192.168.122.2
master1 ansible_host=192.168.122.3 ip=192.168.122.3
node1 ansible_host=192.168.122.4 ip=192.168.122.4

[kube-master]
master1

[kube-node]
node1

[etcd]
master1

[k8s-cluster:children]
kube-node
kube-master

[calico-rr]

[vault]
master1