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: