#!/usr/bin/env ansible-playbook --- - hosts: server,!dev vars: restic: "{{ glob_restic | default({}) | combine(loc_restic | default({}), recursive=true) }}" roles: - restic-client