ansible_vault → ansible/: borg

linter
_shirenn 2022-05-24 16:34:08 +02:00
parent 9b196b9fa1
commit 336e5e2f60
1 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,6 @@ glob_borg:
- disabled - disabled
extra_init: extra_init:
- make-parent-dirs - make-parent-dirs
encryption_passphrase: "{{ vault.borgbackup_passwd }}" encryption_passphrase: "{{ vault.borg.encryption_passphrase }}"
ssh_privkey: "{{ vault.borgbackup_ssh_privkey }}" ssh_privkey: "{{ vault.borgbackup.ssh.privkey }}"
ssh_options: -4 -p 2223 ssh_options: -4 -p 2223