Files
ansible/roles/backblaze/templates/pi/rclone.conf
TuDatTr b371e246a9 Added zoneminder to aya01 (if I hadn't before)
Added backblaze (todo documentation)

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
2022-12-06 16:36:21 +01:00

10 lines
236 B
Plaintext

[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 }}