client user
This commit is contained in:
parent
645694e411
commit
443b5b4ee5
3 changed files with 13 additions and 8 deletions
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
borgbackup_required: True
|
||||
|
||||
borgbackup_ssh_key: "~/.ssh/id_borg_rsa"
|
||||
borgbackup_client_user: root
|
||||
borgbackup_ssh_key: "~{{ borgbackup_client_user }}/.ssh/id_borg_rsa"
|
||||
|
||||
borgbackup_version: "1.0.11"
|
||||
borgbackup_checksum: "sha256:fbdc0e0d6d05a0935551f2f408f370236a76b7a30d3bb90a31c3628fe3611359"
|
||||
|
|
@ -28,7 +29,6 @@ borgbackup_retention:
|
|||
monthly: 6
|
||||
yearly: 1
|
||||
|
||||
borgbackup_cron_user: root
|
||||
borgbackup_cron_day: "*"
|
||||
borgbackup_cron_hour: "{{ 5|random }}"
|
||||
borgbackup_cron_minute: "{{ 59|random }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue