add example playbook

This commit is contained in:
Luc Stroobant 2017-09-12 20:55:27 +02:00
parent b679276497
commit ff50e9c16e
1 changed files with 9 additions and 0 deletions

9
backup.yml Normal file
View File

@ -0,0 +1,9 @@
---
- name: Configure Borg backup
hosts: all:
become: True
roles:
- role: borgbackup
tags: ['backup']