From 69ca60fa54b96d297df6b8bf6514bc38c0443f5c Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Wed, 1 May 2024 16:08:38 +0200 Subject: 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. --- ansible/local_testing/hosts.yaml | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'ansible') 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: -- cgit v1.2.3