dsf
This commit is contained in:
parent
6acead7844
commit
0ff3c45042
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ rsync_mirror_dirs:
|
||||||
- src: /hdd_data/tmp # slashes beachten
|
- src: /hdd_data/tmp # slashes beachten
|
||||||
dest: rsync_mirror@pbs.mgrote.net:/backup/pve5/tmp
|
dest: rsync_mirror@pbs.mgrote.net:/backup/pve5/tmp
|
||||||
|
|
||||||
rsync_mirror_privatekey: "{{ lookup('viczem.keepass.keepass', 'rsync_mirror_private_key', 'password') }}"
|
rsync_mirror_private_key: "{{ lookup('viczem.keepass.keepass', 'rsync_mirror_private_key', 'password') }}"
|
||||||
rsync_mirror_public_key: "{{ lookup('viczem.keepass.keepass', 'rsync_mirror_public_key', 'password') }}"
|
rsync_mirror_public_key: "{{ lookup('viczem.keepass.keepass', 'rsync_mirror_public_key', 'password') }}"
|
||||||
|
|
||||||
## todo ssh konfig in datei statt inline?
|
## todo ssh konfig in datei statt inline?
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{{ rsync_mirror_privatekey }}
|
{{ rsync_mirror_private_key }}
|
||||||
|
|
Loading…
Reference in a new issue