add example playbook
This commit is contained in:
parent
b679276497
commit
ff50e9c16e
1 changed files with 9 additions and 0 deletions
9
backup.yml
Normal file
9
backup.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
- name: Configure Borg backup
|
||||
hosts: all:
|
||||
become: True
|
||||
|
||||
roles:
|
||||
- role: borgbackup
|
||||
tags: ['backup']
|
||||
Loading…
Add table
Reference in a new issue