ntfy: integrate notifications into backup script
This commit is contained in:
parent
9b29e68378
commit
b5e9afe5a4
2 changed files with 33 additions and 7 deletions
14
nas.yml
14
nas.yml
|
|
@ -7,13 +7,6 @@
|
|||
- common
|
||||
tags: base
|
||||
|
||||
- hosts: nas
|
||||
become: yes
|
||||
roles:
|
||||
- ntfy
|
||||
- ntfy-server
|
||||
tags: ntfy
|
||||
|
||||
- name: Configure BTRFS RAID
|
||||
hosts: nas
|
||||
become: yes
|
||||
|
|
@ -21,6 +14,13 @@
|
|||
- raid
|
||||
tags: raid
|
||||
|
||||
- hosts: nas
|
||||
become: yes
|
||||
roles:
|
||||
- ntfy
|
||||
- ntfy-server
|
||||
tags: ntfy
|
||||
|
||||
- name: Set up Samba
|
||||
hosts: nas
|
||||
become: yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue