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:
10
roles/backblaze/templates/pi/rclone.conf
Normal file
10
roles/backblaze/templates/pi/rclone.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
[remote]
|
||||
type = b2
|
||||
account = {{ vault_backblaze_pi_account }}
|
||||
key = {{ vault_backblaze_pi_key }}
|
||||
|
||||
[secret]
|
||||
type = crypt
|
||||
remote = remote:pi-tudattr-dev
|
||||
password = {{ vault_rclone_pi_password }}
|
||||
password2 = {{ vault_rclone_pi_password2 }}
|
||||
Reference in New Issue
Block a user