14 lines
485 B
YAML
14 lines
485 B
YAML
---
|
|
# vars file for borgmatic
|
|
|
|
borgwarehouse_body: >
|
|
{
|
|
"alert": {{ borgmatic_borgwarehouse_alert }},
|
|
"alias": "{{ borgmatic_borgwarehouse_alias }}",
|
|
"appendOnlyMode": {{ borgmatic_borgwarehouse_appendOnlyMode }},
|
|
"comment": "{{ borgmatic_borgwarehouse_comment }}",
|
|
"lanCommand": {{ borgmatic_borgwarehouse_lanCommand }},
|
|
"sshPublicKey": "{{ id_ed25519['content'] | b64decode | trim }}",
|
|
"storageSize": {{ borgmatic_borgwarehouse_storageSize | int }},
|
|
}
|