Add a role for gameservers

Apparently ansible dies if one of the imported playbooks is empty
Weird
This commit is contained in:
Salt 2020-08-05 23:42:17 -05:00
parent 7777a18e08
commit 1ef205ff54

View File

@ -1,6 +1,10 @@
#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
#---
---
- hosts: gameservers
roles:
- role: backups
tags: [ backups ]
#- hosts: game1.9iron.club
# roles:
# - role: backups