#!/usr/bin/env ansible-playbook --- - hosts: debian vars: root: "{{ glob_root | default({}) | combine(loc_root | default({})) }}" roles: - root