Phase9
Some checks failed
CI / Node — lint, typecheck, test, build (push) Failing after 9s
CI / Go — node-agent tests (push) Failing after 8s
CI / Go — edge-gateway build (push) Successful in 17s

This commit is contained in:
smueller
2026-06-26 13:46:25 +02:00
parent b335f6a497
commit ed8334328e
49 changed files with 2219 additions and 16 deletions

10
deploy/ansible/site.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- name: HexaHost GameCloud site bootstrap
hosts: all
gather_facts: true
- import_playbook: control-plane.yml
when: "'control_plane' in group_names"
- import_playbook: game-node.yml
when: "'game_nodes' in group_names"