#!/usr/bin/env ansible-playbook --- - hosts: backups vars: borg: "{{ glob_borg | default({}) | combine(loc_borg | default({})) }}" roles: - borgbackup-server