#!/usr/bin/env ansible-playbook
---
- hosts: roundcube
vars:
roundcube: '{{ roundcube_glob | default({}) | combine(roundcube_loc | default({})) }}'
roles:
- roundcube