#!/usr/bin/env ansible-playbook # vim:ft=ansible: # Game servers --- - hosts: game1.dallas.mgmt.desu.ltd tasks: - name: include tasks for gameservers include_tasks: tasks/game/{{ item }} with_items: - minecraft-hexxit2-survival.yml tags: [ always ]