kedge/ansible/inventory/group_vars/cloud_anchor.yml
Tyler King 6058e62348 Initial commit: Kedge network automation platform
Go-based network automation with YANG models, gRPC, Ansible,
Terraform, and Kubernetes integration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 12:09:30 -05:00

10 lines
219 B
YAML

---
# Cloud anchor specific variables.
kedge_mode: overlay
kedge_overlay_enabled: true
kedge_underlay_enabled: false
# Headscale runs on the cloud anchor.
headscale_enabled: true
headscale_listen_addr: "0.0.0.0:8080"