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>
18 lines
419 B
YAML
18 lines
419 B
YAML
---
|
|
# Part of role: k3s-server
|
|
# Called by: ansible/playbooks/setup-k3s.yaml
|
|
# Description: Default variables for the k3s-server role including version, IP, and server configuration.
|
|
|
|
k3s_version: v1.32.4+k3s1
|
|
k3s_server_ip: 10.10.40.53
|
|
|
|
k3s_server_config:
|
|
disable:
|
|
- traefik
|
|
flannel-backend: vxlan
|
|
node-ip: "{{ k3s_server_ip }}"
|
|
tls-san:
|
|
- "{{ k3s_server_ip }}"
|
|
- minisforum
|
|
- minisforum.local
|