report backup status using apprise
This commit is contained in:
parent
50f2d0ada1
commit
15e8d14327
5 changed files with 40 additions and 17 deletions
|
@ -4,9 +4,13 @@
|
|||
- borgbackup
|
||||
- borgmatic
|
||||
|
||||
- name: Install apprise
|
||||
pip:
|
||||
name: apprise
|
||||
|
||||
- name: Copy Borgmatic script
|
||||
template:
|
||||
src: "{{ role_path }}/files/backup.yml"
|
||||
src: "{{ role_path }}/templates/backup.yml.j2"
|
||||
dest: /root/backup.yml
|
||||
|
||||
- name: Copy start_vms.sh
|
||||
|
|
Reference in a new issue