ansible/pfannkuchen.ini
sascha 94c58a80ce Pi5 'butler' (arm64) als AI-Orchestrator-Host aufnehmen
- pfannkuchen.ini: neue Gruppe [ai] mit butler (10.5.85.2), child in all/backup/hawser
- docker-Rolle: arch dynamisch via 'dpkg --print-architecture' statt hardcoded amd64
  (check_mode:false, damit --check auf ARM nicht leeres arch erzeugt) -> arm64-tauglich
- base-Rolle: Raspberry Pi OS erkennen (raspi.sources) -> sources.list-Ueberschreibung
  und qemu-guest-agent auf Pi ueberspringen, damit Pi-Kernel/Firmware-Repos intakt bleiben

Erster Bare-Metal-ARM-Host der Flotte. base+docker+borg+hawser+sysctl erfolgreich
ausgerollt, Docker 29.6.0 arm64 + Hawser aktiv, raspi-Repos unberuehrt.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25 10:29:39 +02:00

120 lines
1.9 KiB
INI

[proxmox]
node1 ansible_host=10.5.85.11
node2 ansible_host=10.5.85.12
node3 ansible_host=10.5.85.13
node4 ansible_host=10.5.85.14
node5 ansible_host=10.5.85.15
node6 ansible_host=10.5.85.16
node7 ansible_host=10.5.85.17
[proxmox:vars]
ansible_user=root
[infrastructure]
# Infrastructure hosts (placeholder for backup:children)
node1
node2
node3
node4
node5
node6
node7
[media]
emby-sascha ansible_host=10.6.1.103
immich ansible_host=10.4.1.107
emby-chris ansible_host=10.7.1.106
[arr]
tdarr ansible_host=10.2.1.104
arrapps ansible_host=10.2.1.100
sabnzbd ansible_host=10.2.1.119
arr-chris ansible_host=10.7.1.100
arr-chris-live ansible_host=10.7.1.101
[docker]
dockhand ansible_host=10.4.1.116
[auto]
n8n ansible_host=10.4.1.113
hermes ansible_host=10.4.1.100
monitoring ansible_host=10.1.1.111
automation1 ansible_host=10.5.85.5
outline ansible_host=10.1.1.100
k3s-control ansible_host=10.3.1.110
k3s-worker2 ansible_host=10.3.1.112
k3s-worker3 ansible_host=10.3.1.113
k3s-worker1 ansible_host=10.3.1.111
satisfactory ansible_host=10.3.1.120
wolfstack-vm ansible_host=10.1.1.110
[communication]
matrix ansible_host=10.4.1.110
[ai]
# Homelab AI-Orchestrator (Pi5 Bare Metal, arm64, Cloud-LLM Tool-Layer vor dem Butler-Dienst)
butler ansible_host=10.5.85.2
[hetzner]
pfannkuchen ansible_host=159.69.245.190 ansible_user=root ansible_port=2505
[vps]
# netcup VPS (Nuernberg) - WireGuard-Hub + Caddy Reverse Proxy, seit 13.06.2026
netcup ansible_host=194.13.80.132 ansible_user=root
[nvidia]
tdarr
emby-sascha
emby-chris
immich
[proxmox_gpu]
node2
node4
node6
node7
[wireguard]
node1
node2
node3
node4
node5
node6
node7
[all:children]
media
arr
docker
auto
communication
infrastructure
hetzner
proxmox
vps
ai
[backup:children]
media
arr
docker
auto
communication
proxmox
hetzner
infrastructure
ai
# Credentials liegen in group_vars/ (nicht im INI, da kein Jinja2-Support)
[hawser:children]
media
arr
docker
auto
communication
hetzner
ai