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:
parent
87f997c418
commit
026cddb787
2
site.yml
2
site.yml
@ -11,7 +11,7 @@
|
|||||||
become: yes
|
become: yes
|
||||||
tags: [ ansible, common ]
|
tags: [ ansible, common ]
|
||||||
# Import specific playbooks
|
# Import specific playbooks
|
||||||
- import_playbook: playbooks/game.yml
|
|
||||||
- import_playbook: playbooks/db.yml
|
- import_playbook: playbooks/db.yml
|
||||||
- import_playbook: playbooks/web.yml
|
- import_playbook: playbooks/web.yml
|
||||||
|
- import_playbook: playbooks/game.yml
|
||||||
- import_playbook: playbooks/desktop.yml
|
- import_playbook: playbooks/desktop.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user