ansible/plays/restic_client.yml

9 lines
170 B
YAML
Executable File

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