This commit is contained in:
Bart Sjerps
2026-07-10 10:04:17 +02:00
parent bc1e21e647
commit 154ad42f6b
13 changed files with 91 additions and 4 deletions
+11
View File
@@ -4,6 +4,17 @@
name: "borgmatic"
state: present
- name: Create directories
file:
path: '{{ item }}'
state: directory
owner: root
group: root
mode: '0750'
loop:
- '/etc/borgmatic'
- '/etc/borgmatic.d'
- name: Deploy borgmatic config
template:
src: templates/borgmatic-system.yaml