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

15 lines
335 B
YAML

---
# Bootstrap a cloud anchor cluster (overlay mode only).
- name: Bootstrap cloud anchor
hosts: cloud_anchor
become: true
roles:
- base-hardening
- wireguard-bootstrap
- headscale
- k3s-bootstrap
- monitoring
vars:
kedge_mode: overlay
kedge_overlay_enabled: true
kedge_underlay_enabled: false