#!/usr/bin/env ansible-playbook
---

- name: Install UbiCast tester
  hosts: all
  tags: all
  roles:
    - tester

...