#!/usr/bin/env ansible-playbook --- - hosts: linx vars: linx: "{{ glob_linx | default({}) | combine(loc_linx | default({})) }}" roles: - linx