diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-03 22:54:35 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-03 22:54:35 +0100 |
commit | 834feb58bdcbd448714888147e1db4421270ba93 (patch) | |
tree | 9080305b3be6c0303510510814722712aec64f3e /opentofu/inventory.ini | |
parent | ab5c6e6d2c0f974a94bc0353908ff65cb9f88202 (diff) |
opentofu&ansible: add `become` to `ansible_provisioner` & open k8s ports
Diffstat (limited to 'opentofu/inventory.ini')
-rwxr-xr-x | opentofu/inventory.ini | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/opentofu/inventory.ini b/opentofu/inventory.ini deleted file mode 100755 index f00a94a..0000000 --- a/opentofu/inventory.ini +++ /dev/null @@ -1,14 +0,0 @@ -[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 |