Declares the real OS-level hostname for each node so deploy-node.sh can resolve the correct hosts/ directory without assuming OS-hostname == logical name. Only VPS differs: its OS hostname is ubuntu-4gb-hel1-1 while the repo directory is hosts/vps/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
179 B
YAML
16 lines
179 B
YAML
hostname: saturn
|
|
os_hostname: saturn
|
|
|
|
roles:
|
|
- control
|
|
- development
|
|
|
|
network:
|
|
tailscale_ip: 100.121.168.72
|
|
|
|
deployment:
|
|
mode: orchestrator
|
|
|
|
runtime:
|
|
root: /opt/homelab
|