#!/usr/bin/env ansible-playbook --- - hosts: ethercalc vars: ethercalc: "{{ glob_ethercalc | default({}) | combine(loc_ethercalc | default({})) }}" roles: - ethercalc