Implement borg backup role.
This commit is contained in:
parent
985cc477b5
commit
004919824c
8 changed files with 129 additions and 2 deletions
6
roles/backup/handlers/main.yml
Normal file
6
roles/backup/handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
- name: enable backup.service and .timer
|
||||
systemd:
|
||||
name: backup.timer
|
||||
state: started
|
||||
enabled: True
|
||||
listen: "enable backup.timer"
|
Loading…
Add table
Add a link
Reference in a new issue