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

[etcd]
192.168.1.113

[kube_node]
192.168.1.110
192.168.1.111


[k8s_cluster:children]
kube_control_plane
kube_node