Initial commit

This commit is contained in:
2022-05-07 18:07:35 +01:00
commit 8dc31ad258
15 changed files with 609 additions and 0 deletions

12
tasks/init.yaml Normal file
View File

@@ -0,0 +1,12 @@
---
- name: Initialize borg check_repositories
ansible.builtin.command: "/usr/local/bin/borgmatic init --encryption repokey" # noqa 301
no_log: true
async: 300
poll: 0
- name: Enable borgmatic.timer
ansible.builtin.systemd:
name: borgmatic.timer
enabled: true
masked: false
state: started