feat(inventory): Update lab inventory file
This commit is contained in:
parent
7642b97ccb
commit
4380bafe28
@ -18,6 +18,8 @@ all:
|
||||
k3s_label:
|
||||
- type=worker
|
||||
- size=wide
|
||||
headscale:
|
||||
network: beta
|
||||
hb-slim-1:
|
||||
ansible_host: 192.168.56.11
|
||||
is_nas: false
|
||||
@ -26,6 +28,8 @@ all:
|
||||
k3s_label:
|
||||
- type=worker
|
||||
- size=slim
|
||||
headscale:
|
||||
network: beta
|
||||
hb-slim-2:
|
||||
ansible_host: 192.168.56.12
|
||||
is_nas: false
|
||||
@ -34,6 +38,8 @@ all:
|
||||
k3s_label:
|
||||
- type=worker
|
||||
- size=slim
|
||||
headscale:
|
||||
network: beta
|
||||
hb-slim-3:
|
||||
ansible_host: 192.168.56.13
|
||||
is_nas: false
|
||||
@ -42,11 +48,15 @@ all:
|
||||
k3s_label:
|
||||
- type=worker
|
||||
- size=slim
|
||||
headscale:
|
||||
network: beta
|
||||
nas:
|
||||
ansible_host: 192.168.56.200
|
||||
is_nas: true
|
||||
hostname: nas
|
||||
wireguard_ip: 10.20.0.100
|
||||
headscale:
|
||||
network: beta
|
||||
children:
|
||||
master:
|
||||
hosts:
|
||||
@ -66,12 +76,16 @@ all:
|
||||
hb-slim-3:
|
||||
k3s_cluster:
|
||||
children:
|
||||
master:
|
||||
node:
|
||||
server:
|
||||
agent:
|
||||
headscale_client:
|
||||
hosts:
|
||||
hb-wide-1:
|
||||
hb-wide-2:
|
||||
hb-slim-1:
|
||||
hb-slim-2:
|
||||
hb-slim-3:
|
||||
nas:
|
||||
vars:
|
||||
ansible_ssh_private_key_file: ~/.ssh/creator
|
||||
ansible_user: creator
|
||||
|
Loading…
Reference in New Issue
Block a user