Go-based network automation with YANG models, gRPC, Ansible, Terraform, and Kubernetes integration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
306 B
YAML
14 lines
306 B
YAML
---
|
|
# Bootstrap a homelab cluster (overlay + underlay mode).
|
|
- name: Bootstrap homelab
|
|
hosts: homelab
|
|
become: true
|
|
roles:
|
|
- base-hardening
|
|
- wireguard-bootstrap
|
|
- k3s-bootstrap
|
|
- monitoring
|
|
vars:
|
|
kedge_mode: both
|
|
kedge_overlay_enabled: true
|
|
kedge_underlay_enabled: true
|