#!/usr/bin/env ansible-playbook --- - hosts: server vars: restic: "{{ glob_restic | default({}) | combine(loc_borg | default({})) }}" roles: - restic-client