ansible_vault → ansible/: borg
parent
9b196b9fa1
commit
336e5e2f60
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue