kedge/ansible/inventory/group_vars/homelab.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

18 lines
350 B
YAML

---
# Homelab specific variables.
kedge_mode: both
kedge_overlay_enabled: true
kedge_underlay_enabled: true
# Managed devices.
kedge_devices:
- name: fortigate.transit.local
type: fortios
address: 172.16.0.2
- name: vyos.transit.local
type: vyos
address: 172.16.0.3
- name: udr7.local
type: unifi
address: 192.168.1.1