diff options
| -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: | 
