Files
HexaHost-GameCloud/deploy/ansible/site.yml
smueller ed8334328e
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
Phase9
2026-06-26 13:46:25 +02:00

11 lines
231 B
YAML

---
- 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"