Go-based network automation with YANG models, gRPC, Ansible, Terraform, and Kubernetes integration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
341 B
YAML
17 lines
341 B
YAML
---
|
|
# Variables shared across all hosts.
|
|
|
|
kedge_version: "0.1.0"
|
|
kedge_wg_port: 51820
|
|
kedge_shellstream_port: 8443
|
|
kedge_metrics_port: 9090
|
|
|
|
# SPIRE
|
|
spire_trust_domain: "guildhouse.local"
|
|
spire_socket_path: "/run/spire/sockets/agent.sock"
|
|
|
|
# Quartermaster
|
|
qm_endpoint: "quartermaster.guildhouse.svc:50051"
|
|
|
|
# k3s
|
|
k3s_version: "v1.31.4+k3s1"
|