Go-based network automation with YANG models, gRPC, Ansible, Terraform, and Kubernetes integration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21 lines
608 B
YAML
21 lines
608 B
YAML
---
|
|
all:
|
|
children:
|
|
cloud_anchor:
|
|
hosts:
|
|
anchor01:
|
|
ansible_host: anchor.guildhouse.example.com
|
|
ansible_user: deploy
|
|
kedge_mode: overlay
|
|
kedge_cluster_id: cloud-anchor
|
|
homelab:
|
|
hosts:
|
|
homelab01:
|
|
ansible_host: 10.0.1.10
|
|
ansible_user: tking
|
|
kedge_mode: both
|
|
kedge_cluster_id: homelab
|
|
kedge_vlans:
|
|
- {id: 100, parent: eth0, subnet: "172.16.0.0/24"}
|
|
- {id: 10, parent: eth0, subnet: "10.0.1.0/24"}
|
|
- {id: 50, parent: eth0, subnet: "192.168.50.0/24"}
|