report backup status using apprise

This commit is contained in:
Pim Kunis 2023-05-10 18:54:43 +02:00
parent 50f2d0ada1
commit 15e8d14327
5 changed files with 40 additions and 17 deletions

View file

@ -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