ansible-collection-famedly-.../playbooks/restic.yml

6 lines
134 B
YAML

---
- name: Install and configure restic
hosts: "{{ restic_hosts | default('restic') }}"
become: true
roles:
- role: restic