diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-04 18:21:09 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-04 18:21:09 +0100 |
commit | aeedb9882aa597a45dd43a1664d604c5f1a2d4f8 (patch) | |
tree | e7008721d0b5d2f5ab58561d73bf8679b8678100 /opentofu/inventory.ini | |
parent | 834feb58bdcbd448714888147e1db4421270ba93 (diff) |
opentofu: k8s cluster works, create empty files for future module
Diffstat (limited to 'opentofu/inventory.ini')
-rwxr-xr-x | opentofu/inventory.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/opentofu/inventory.ini b/opentofu/inventory.ini new file mode 100755 index 0000000..6ddc132 --- /dev/null +++ b/opentofu/inventory.ini @@ -0,0 +1,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 |