From 026cddb787e203c2f83b41045dfb164936484ec7 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 24 Dec 2020 09:54:53 -0600 Subject: [PATCH] Run playbooks for gameservers last among remote boxes Just reorganizing. Playbooks should configure the stack from bottom -> top and from highest -> lowest priority --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.yml b/site.yml index 7de2ee2..60b9dfb 100755 --- a/site.yml +++ b/site.yml @@ -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