remove syncoid, switch to rsync #221
4 changed files with 5 additions and 2 deletions
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
|
@ -9,4 +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_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?
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
- name: Ensure SSH-Public-Key is templated
|
- name: Ensure SSH-Public-Key is templated
|
||||||
ansible.posix.authorized_key:
|
ansible.posix.authorized_key:
|
||||||
user: "{{ rsync_mirror_user }}"
|
user: "{{ rsync_mirror_user }}"
|
||||||
key: "{{ rsync_mirror_syncoid_ssh_pubkey }}"
|
key: "{{ rsync_mirror_public_key }}"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{{ rsync_mirror_syncoid_ssh_privkey }}
|
{{ rsync_mirror_privatekey }}
|
||||||
|
|
Loading…
Reference in a new issue