mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2026-05-01 23:07:06 +02:00
change borg_ssh_key_type to ed25519
This commit is contained in:
@@ -50,7 +50,6 @@ Main features:
|
||||
borgmatic_timer: systemd
|
||||
borg_ssh_key_file: "{{ backup_user_info.home }}/.ssh/backup"
|
||||
borg_ssh_command: "ssh -i {{ borg_ssh_key_file }} -o StrictHostKeyChecking=no"
|
||||
borgmatic_timer: systemd
|
||||
borgbackup_user: "srv_backup"
|
||||
borgbackup_group: "srv_backup"
|
||||
borg_source_directories:
|
||||
|
||||
@@ -8,7 +8,7 @@ borg_lock_wait_time: 5
|
||||
borg_ssh_key_file: "{{ backup_user_info.home }}/.ssh/backup"
|
||||
borg_ssh_command: "ssh -i {{ borg_ssh_key_file }}"
|
||||
# borg_ssh_command: "ssh -i {{ borg_ssh_key_file }} -o StrictHostKeyChecking=no"
|
||||
borg_ssh_key_type: "rsa"
|
||||
borg_ssh_key_type: "ed25519"
|
||||
borg_remote_path: false
|
||||
borg_remote_rate_limit: 0
|
||||
borg_retention_policy:
|
||||
|
||||
Reference in New Issue
Block a user