remove syncoid, switch to rsync #221
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
rsync_mirror_user_group: "{{ rsync_mirror_user }}"
|
rsync_mirror_user_group: "{{ rsync_mirror_user }}"
|
||||||
rsync_mirror_user: rsync_mirror
|
rsync_mirror_user: rsync_mirror
|
||||||
rsync_mirror_bw_limit: "2m" # 2 Megabytes
|
rsync_mirror_bw_limit: "2m" # 2 Megabytes
|
||||||
rsync_mirror_timer: '*-*-* */6:00:00' # Every 6 hour
|
rsync_mirror_timer: '*-*-* 23:00:00' # jeden Tag um 2300
|
||||||
|
|
||||||
rsync_mirror_private_key: "{{ lookup('viczem.keepass.keepass', 'rsync_mirror_private_key', 'notes') }}"
|
rsync_mirror_private_key: "{{ lookup('viczem.keepass.keepass', 'rsync_mirror_private_key', 'notes') }}"
|
||||||
rsync_mirror_public_key: "{{ lookup('viczem.keepass.keepass', 'rsync_mirror_public_key', 'notes') }}"
|
rsync_mirror_public_key: "{{ lookup('viczem.keepass.keepass', 'rsync_mirror_public_key', 'notes') }}"
|
||||||
|
|
Loading…
Reference in a new issue