Run playbooks for gameservers last among remote boxes

Just reorganizing. Playbooks should configure the stack from bottom -> top and from highest -> lowest priority
This commit is contained in:
Salt 2020-12-24 09:54:53 -06:00
parent 87f997c418
commit 026cddb787

View File

@ -11,7 +11,7 @@
become: yes
tags: [ ansible, common ]
# Import specific playbooks
- import_playbook: playbooks/game.yml
- import_playbook: playbooks/db.yml
- import_playbook: playbooks/web.yml
- import_playbook: playbooks/game.yml
- import_playbook: playbooks/desktop.yml