- Add .gitignore: exclude compiled binaries, build artifacts, and Helm values files containing real secrets (authentik, prometheus) - Add all Kubernetes deployment manifests (deployment/) - Add services source code: ha-sync, device-inventory, games-console, paperclip, parts-inventory - Add Ansible orchestration: playbooks, roles, inventory, cloud-init - Add hardware specs, execution plans, scripts, HOMELAB.md - Add skills/homelab/SKILL.md + skills/install.sh to preserve Copilot skill - Remove previously-tracked inventory-cli binary from git index Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
all:
|
|
children:
|
|
ansible_control:
|
|
hosts:
|
|
ansible-control:
|
|
ansible_host: 192.168.2.70
|
|
ansible_user: dan
|
|
control_plane:
|
|
hosts:
|
|
kube-node-1: # Dell OptiPlex 7070 (i5-9500, 16 GB RAM, bare metal)
|
|
ansible_host: 192.168.2.100
|
|
ansible_user: dan
|
|
kube-node-3:
|
|
ansible_host: 192.168.2.196
|
|
ansible_user: dan
|
|
kube-arbiter: # 1c/6GB, NoSchedule taint — etcd only
|
|
ansible_host: 192.168.2.200
|
|
ansible_user: dan
|
|
workers:
|
|
hosts:
|
|
kube-node-2:
|
|
ansible_host: 192.168.2.195
|
|
ansible_user: dan
|
|
proxmox:
|
|
hosts:
|
|
hp-proliant-proxmox:
|
|
ansible_host: 192.168.2.193
|
|
ansible_user: root
|
|
ai_vms:
|
|
hosts:
|
|
local-ai: # Tesla P4 GPU passthrough, Ollama + openclaw-gateway ws://0.0.0.0:18789
|
|
ansible_host: 192.168.2.88
|
|
ansible_user: dan
|
|
remote-ai: # cloud AI providers, openclaw-gateway
|
|
ansible_host: 192.168.2.91
|
|
ansible_user: dan
|
|
windows:
|
|
hosts:
|
|
win10ltsc:
|
|
ansible_user: dan
|
|
kubernetes:
|
|
children:
|
|
control_plane:
|
|
workers:
|
|
device_inventory:
|
|
children:
|
|
kubernetes:
|
|
proxmox:
|
|
ai_vms:
|