All checks were successful
Auto-merge docs-only PRs / auto-merge-docs (pull_request) Successful in 2s
VM 105 was already destroyed on Proxmox. This removes stale references: - Delete server-configs/proxmox/qemu/105.conf - Comment out docker-vpn entries in example SSH config and server inventory - Move VM 105 from Stopped/Investigate to Removed in upgrade plan - Check off decommission task in wave2 migration results Closes #20 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
71 lines
1.6 KiB
YAML
71 lines
1.6 KiB
YAML
---
|
|
# Home Lab Server Inventory
|
|
# Generated from FileZilla configuration
|
|
|
|
home_network:
|
|
subnet: "10.10.0.0/24"
|
|
servers:
|
|
database_apis:
|
|
hostname: "10.10.0.42"
|
|
port: 22
|
|
user: "cal"
|
|
services: ["database", "api"]
|
|
description: "Database and API services"
|
|
|
|
discord_bots:
|
|
hostname: "10.10.0.33"
|
|
port: 22
|
|
user: "cal"
|
|
services: ["discord", "bots"]
|
|
description: "Discord bot hosting"
|
|
|
|
home_docker:
|
|
hostname: "10.10.0.124"
|
|
port: 22
|
|
user: "cal"
|
|
services: ["docker", "containers"]
|
|
description: "Main Docker container host"
|
|
|
|
pihole:
|
|
hostname: "10.10.0.16"
|
|
port: 22
|
|
user: "cal"
|
|
services: ["dns", "adblock"]
|
|
description: "Pi-hole DNS and ad blocking"
|
|
|
|
sba_pd_bots:
|
|
hostname: "10.10.0.88"
|
|
port: 22
|
|
user: "cal"
|
|
services: ["bots", "automation"]
|
|
description: "SBa and PD bot services"
|
|
|
|
tdarr:
|
|
hostname: "10.10.0.43"
|
|
port: 22
|
|
user: "cal"
|
|
services: ["media", "transcoding"]
|
|
description: "Tdarr media transcoding"
|
|
|
|
# DECOMMISSIONED: vpn_docker (10.10.0.121) - VM 105 destroyed 2026-04
|
|
# vpn_docker:
|
|
# hostname: "10.10.0.121"
|
|
# port: 22
|
|
# user: "cal"
|
|
# services: ["vpn", "docker"]
|
|
# description: "VPN and Docker services"
|
|
|
|
remote_servers:
|
|
akamai_nano:
|
|
hostname: "172.237.147.99"
|
|
port: 22
|
|
user: "root"
|
|
provider: "akamai"
|
|
description: "Akamai cloud nano instance"
|
|
|
|
vultr_host:
|
|
hostname: "45.76.25.231"
|
|
port: 22
|
|
user: "root"
|
|
provider: "vultr"
|
|
description: "Vultr cloud host" |