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>
9 lines
274 B
YAML
9 lines
274 B
YAML
---
|
|
# Part of role: k3s-agent
|
|
# Called by: ansible/playbooks/join-debian-agent.yaml
|
|
# Description: Default variables for the k3s-agent role including version, server URL, and join token.
|
|
|
|
k3s_version: v1.32.4+k3s1
|
|
k3s_server_url: https://10.10.40.53:6443
|
|
k3s_node_token: ""
|