Add normalized host inventory skeletons
This commit is contained in:
parent
9b85ec5e5f
commit
04732a30d6
15
hosts/piha/host.yaml
Normal file
15
hosts/piha/host.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
hostname: piha
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- infra
|
||||||
|
- monitoring
|
||||||
|
|
||||||
|
network:
|
||||||
|
tailscale_ip: 100.108.208.3
|
||||||
|
|
||||||
|
deployment:
|
||||||
|
mode: pull
|
||||||
|
managed_by: saturn
|
||||||
|
|
||||||
|
runtime:
|
||||||
|
root: /opt/homelab
|
||||||
14
hosts/saturn/host.yaml
Normal file
14
hosts/saturn/host.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
hostname: saturn
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- control
|
||||||
|
- development
|
||||||
|
|
||||||
|
network:
|
||||||
|
tailscale_ip: 100.121.168.72
|
||||||
|
|
||||||
|
deployment:
|
||||||
|
mode: orchestrator
|
||||||
|
|
||||||
|
runtime:
|
||||||
|
root: /opt/homelab
|
||||||
15
hosts/solaria/host.yaml
Normal file
15
hosts/solaria/host.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
hostname: solaria
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- compute
|
||||||
|
- ai
|
||||||
|
|
||||||
|
network:
|
||||||
|
tailscale_ip: 100.100.231.104
|
||||||
|
|
||||||
|
deployment:
|
||||||
|
mode: pull
|
||||||
|
managed_by: saturn
|
||||||
|
|
||||||
|
runtime:
|
||||||
|
root: /opt/homelab
|
||||||
15
hosts/vps/host.yaml
Normal file
15
hosts/vps/host.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
hostname: vps
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- edge
|
||||||
|
- ingress
|
||||||
|
|
||||||
|
network:
|
||||||
|
tailscale_ip: 100.95.58.48
|
||||||
|
|
||||||
|
deployment:
|
||||||
|
mode: pull
|
||||||
|
managed_by: saturn
|
||||||
|
|
||||||
|
runtime:
|
||||||
|
root: /opt/homelab
|
||||||
Loading…
Reference in a new issue