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