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

[etcd]
192.168.1.86

[kube_node]
192.168.1.84
192.168.1.85


[k8s_cluster:children]
kube_control_plane
kube_node