diff options
author | 2024-05-01 16:08:38 +0200 | |
---|---|---|
committer | 2024-05-03 19:17:33 +0200 | |
commit | 69ca60fa54b96d297df6b8bf6514bc38c0443f5c (patch) | |
tree | 5d15422521251e450857b8efced0e18f4d07c8b0 | |
parent | Harden SSH security and prevent some misconfigurations (diff) |
Remove old groups from Vagrant inventory
These groups are no longer present in our proper inventory as we no
longer plan on selfhosting Kubernetes on the netcup nodes.
-rw-r--r-- | ansible/local_testing/hosts.yaml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/ansible/local_testing/hosts.yaml b/ansible/local_testing/hosts.yaml index d1759a3..9e8c263 100644 --- a/ansible/local_testing/hosts.yaml +++ b/ansible/local_testing/hosts.yaml @@ -21,36 +21,6 @@ all: ip: 192.168.56.6 access_ip: 192.168.56.6 children: - kube_control_plane: - hosts: - hopper: - turing: - kube_node: - hosts: - hopper: - turing: - lovelace: - neumann: - ritchie: - etcd: - hosts: - hopper: - turing: - lovelace: - k8s_cluster: - children: - kube_control_plane: - kube_node: - calico_rr: - hosts: {} - podman: - hosts: - turing: - lovelace: - hopper: - ritchie: nginx: hosts: turing: - ritchie: - neumann: |