aboutsummaryrefslogtreecommitdiff
path: root/opentofu/inventory.ini
blob: 6ddc13274673236fad58e41746937a631ffea223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[kube_control_plane]
192.168.1.103

[etcd]
192.168.1.103

[kube_node]
192.168.1.105
192.168.1.104


[k8s_cluster:children]
kube_control_plane
kube_node