summaryrefslogtreecommitdiffstats
path: root/src/arm/cni-deploy/inventory/inventory.cfg
blob: cd8bb252f81720e4233764b8168559daa61e748b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# compass-tasks: /opt/kargo_k8s/inventory/inventory.cfg

[all]
host2 ansible_ssh_host=10.1.0.51 ansible_ssh_pass=root ansible_user=root
host1 ansible_ssh_host=10.1.0.50 ansible_ssh_pass=root ansible_user=root

[kube-master]
host1

[etcd]
host1

[kube-node]
host2

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