Some checks failed
validate / lint (push) Has been cancelled
minisforum, debian, mac-mini, and gpu-node all moved from 192.168.7.0/24 to 10.10.40.0/24. Updates K3s server/agent config and node IPs (including gpu-node's host_vars override), NFS export allow-list and exports template, Pi-hole DNS records and kube-vip/loadBalancerIP pins, WireGuard's pushed DNS/AllowedIPs, and the NFS server IP baked into Jellyfin/Kavita/gitea-backup PVs and the Ollama URL used by ai-gateway/Dashy. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
32 lines
752 B
YAML
32 lines
752 B
YAML
# Config for: Ansible inventory
|
|
# Applied by: Referenced by all ansible-playbook commands with -i flag
|
|
all:
|
|
vars:
|
|
ansible_user: nik
|
|
ansible_ssh_private_key_file: ~/.ssh/id_ed25519-nik-macbookair
|
|
|
|
children:
|
|
k3s_server:
|
|
hosts:
|
|
minisforum:
|
|
ansible_host: 10.10.40.53
|
|
ansible_port: 430
|
|
|
|
k3s_agents:
|
|
hosts:
|
|
debian:
|
|
ansible_host: 10.10.40.20
|
|
ansible_port: 430
|
|
|
|
mac_mini:
|
|
hosts:
|
|
mac-mini:
|
|
ansible_host: 10.10.40.30
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
gpu_workstation:
|
|
hosts:
|
|
gpu-node:
|
|
ansible_host: 10.10.40.12
|
|
ansible_port: 430
|
|
ansible_python_interpreter: /usr/bin/python3.12 |