infra/backup.yml

11 lines
160 B
YAML
Raw Normal View History

2019-12-16 21:09:24 +00:00
---
- hosts: rsnapshotted
roles: [common]
tasks:
- name: Install rsync
package:
name: rsync
state: present
tags: rsnapshot