initial backup role added

This commit is contained in:
root (arriane)
2017-10-30 21:01:49 +01:00
parent e387ad7dfc
commit 990215b979
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
---
backup_borg: True

View File

@@ -0,0 +1,3 @@
---
- name: install borg
apt: name="borgbackup" state=present

View File

@@ -0,0 +1,4 @@
---
- include: borg.yml
when: backup_borg
tags: ['backup', 'borg']