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