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

7 lines
134 B
YAML
Raw Normal View History

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