Add a role for gameservers
Apparently ansible dies if one of the imported playbooks is empty Weird
This commit is contained in:
parent
7777a18e08
commit
1ef205ff54
@ -1,6 +1,10 @@
|
|||||||
#!/usr/bin/env ansible-playbook
|
#!/usr/bin/env ansible-playbook
|
||||||
# vim:ft=ansible:
|
# vim:ft=ansible:
|
||||||
#---
|
---
|
||||||
|
- hosts: gameservers
|
||||||
|
roles:
|
||||||
|
- role: backups
|
||||||
|
tags: [ backups ]
|
||||||
#- hosts: game1.9iron.club
|
#- hosts: game1.9iron.club
|
||||||
# roles:
|
# roles:
|
||||||
# - role: backups
|
# - role: backups
|
||||||
|
Loading…
x
Reference in New Issue
Block a user