fix(inventory): Remove legacy inventory items

This commit is contained in:
Tanguy Herbron 2024-02-28 12:32:10 +01:00
parent 0721e9bcfd
commit ef067d6aa1

View File

@ -40,16 +40,6 @@ all:
- size=slim - size=slim
headscale: headscale:
network: beta network: beta
hb-slim-3:
ansible_host: 192.168.56.13
is_nas: false
hostname: hb-slim-3
wireguard_ip: 10.20.0.13
k3s_label:
- type=worker
- size=slim
headscale:
network: beta
children: children:
master: master:
hosts: hosts:
@ -59,14 +49,12 @@ all:
hb-wide-2: hb-wide-2:
hb-slim-1: hb-slim-1:
hb-slim-2: hb-slim-2:
hb-slim-3:
etcd_cluster: etcd_cluster:
hosts: hosts:
hb-wide-1: hb-wide-1:
hb-wide-2: hb-wide-2:
hb-slim-1: hb-slim-1:
hb-slim-2: hb-slim-2:
hb-slim-3:
k3s_cluster: k3s_cluster:
children: children:
server: server:
@ -77,7 +65,6 @@ all:
hb-wide-2: hb-wide-2:
hb-slim-1: hb-slim-1:
hb-slim-2: hb-slim-2:
hb-slim-3:
vars: vars:
ansible_ssh_private_key_file: ~/.ssh/creator ansible_ssh_private_key_file: ~/.ssh/creator
ansible_user: creator ansible_user: creator