Feat: init borgmatic role

This commit is contained in:
2022-03-04 15:24:09 +01:00
parent 6d24a2624c
commit 2d42c5a943
14 changed files with 206 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
# tasks file for borgmatic
- name: Install borg and borgmatic
apt:
name: "{{ item }}"
state: present
with_items:
- borg
- borgmatic