This commit is contained in:
Bart Sjerps
2026-06-28 16:39:16 +02:00
parent fd8064f942
commit d07ca7a3ad
13 changed files with 214 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
---
- name: Setup Borg Backups
hosts: borg_clients
tasks:
- name: Install Borgmatic
ansible.builtin.package:
name: "borgmatic"
state: present
- name: Borgmatic
include_tasks: tasks/borgmatic.yml