mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-05-29 01:15:45 +02:00
add new parameters for tests
This commit is contained in:
parent
cdd541590f
commit
1a3131cefc
@ -39,6 +39,9 @@
|
||||
hostname: database1.example.org
|
||||
port: 5433
|
||||
borg_install_method: pip
|
||||
backup_ssh_key_file: "{{ backup_user_info.home }}/.ssh/id_rsa"
|
||||
backup_ssh_command: "ssh -i {{ backup_ssh_key_file }} -o StrictHostKeyChecking=no"
|
||||
borgmatic_timer: "systemd"
|
||||
|
||||
post_tasks:
|
||||
- name: Install yamllint for checking config file
|
||||
|
Loading…
Reference in New Issue
Block a user