Introduces centralized configuration management for home lab:
- sync-configs.sh script for pull/push/diff/deploy operations
- hosts.yml inventory tracking 9 hosts (Proxmox, VMs, LXCs, cloud)
- Docker Compose files from all active hosts (sanitized)
- Proxmox VM and LXC configurations for backup reference
- .env.example files for services requiring secrets
All hardcoded secrets replaced with ${VAR} references.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
379 B
Plaintext
16 lines
379 B
Plaintext
agent: 1
|
|
boot: order=scsi0;net0
|
|
cores: 2
|
|
memory: 8192
|
|
meta: creation-qemu=6.1.0,ctime=1646083628
|
|
name: docker-pittsburgh
|
|
net0: virtio=5E:6D:4A:6C:D1:EE,bridge=vmbr0,firewall=1
|
|
numa: 0
|
|
onboot: 1
|
|
ostype: l26
|
|
scsi0: local-lvm:vm-114-disk-0,size=256G
|
|
scsihw: virtio-scsi-pci
|
|
smbios1: uuid=8b24ecc0-ac58-441e-aa69-a3957073c7dc
|
|
sockets: 2
|
|
vmgenid: 89072f53-2238-4a53-8b20-ed7d1f47ac71
|