add example playbook
This commit is contained in:
parent
b679276497
commit
ff50e9c16e
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…
Reference in New Issue
Block a user