/ansible-common

Common Ansible plays to setup a basic envionment

Common tasks required by most roles

Include this as the first role in each playbook

e.g. my-playbook.yml

- hosts: all
  roles:
    - common