infra/backup.yml

11 lines
160 B
YAML

---
- hosts: rsnapshotted
roles: [common]
tasks:
- name: Install rsync
package:
name: rsync
state: present
tags: rsnapshot