#!/usr/bin/env ansible-playbook --- - hosts: bird vars: bird: "{{ glob_bird | default({}) | combine(loc_bird | default({})) }}" roles: - bird2