Implement borg backup role.

This commit is contained in:
Andreas B. Mundt 2020-01-19 18:51:58 +01:00
parent 985cc477b5
commit 004919824c
8 changed files with 129 additions and 2 deletions

View file

@ -0,0 +1,6 @@
- name: enable backup.service and .timer
systemd:
name: backup.timer
state: started
enabled: True
listen: "enable backup.timer"