Phase9
This commit is contained in:
10
deploy/ansible/site.yml
Normal file
10
deploy/ansible/site.yml
Normal 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"
|
||||
Reference in New Issue
Block a user