Go-based network automation with YANG models, gRPC, Ansible, Terraform, and Kubernetes integration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
350 B
YAML
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
|