ansible/playbooks/prod_game.yml

12 lines
281 B
YAML
Raw Normal View History

#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
# Game servers
---
- hosts: game1.dallas.mgmt.desu.ltd
2021-05-11 21:16:29 -05:00
tasks:
2021-08-07 12:08:29 -05:00
- name: include tasks for gameservers
2021-10-13 12:24:27 -05:00
include_tasks: tasks/game/{{ item }}
2021-08-07 12:08:29 -05:00
with_items:
- minecraft-hexxit2-survival.yml
2021-08-07 12:08:29 -05:00
tags: [ always ]