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

- name: BASE
  hosts: base
  roles:
    - base

...