linderhof/playbooks/restic.yml

9 lines
136 B
YAML
Raw Permalink Normal View History

---
- name: Configure Restic Backups
hosts: all
become: true
roles:
- role: restic
when: enable_restic | default(true)