Added zoneminder to aya01 (if I hadn't before)
Added backblaze (todo documentation) Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
6
roles/backblaze/tasks/backup.yml
Normal file
6
roles/backblaze/tasks/backup.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Loop over subelements of the dictionary
|
||||
shell:
|
||||
cmd: "rclone -vv sync {{ item.1 }} secret:{{ item.1 }}"
|
||||
when: item.0.key == inventory_hostname
|
||||
loop: "{{ backblaze_paths | dict2items | subelements('value') }}"
|
||||
Reference in New Issue
Block a user