kedge/ansible/playbooks/bootstrap-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

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