#!/usr/bin/env ansible-playbook --- - hosts: roundcube vars: nginx: '{{ glob_nginx | default({}) | combine(service_nginx | default({}) | combine(loc_nginx | default({}))) }}' roundcube: '{{ glob_roundcube | default({}) | combine(loc_roundcube | default({})) }}' roles: - roundcube - nginx