homeserver/roles/mgrote_rsync/defaults/main.yml

17 lines
565 B
YAML
Raw Normal View History

2024-10-28 18:17:23 +01:00
---
2024-10-28 18:32:18 +01:00
rsync_mirror_user_group: "{{ rsync_mirror_user }}"
rsync_mirror_user: rsync_mirror
2024-10-28 18:52:56 +01:00
rsync_mirror_bw_limit: "2m" # 2 Megabytes
2024-10-28 19:08:27 +01:00
rsync_mirror_timer: '*-*-* *:00/5' #(every 5 minutes)
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') }}"
2024-10-28 18:52:56 +01:00
2024-10-28 19:18:20 +01:00
rsync_mirror_destination_host: pbs.mgrote.net
2024-10-28 18:52:56 +01:00
rsync_mirror_dirs:
- src: /hdd_data/tmp # slashes beachten
2024-10-28 19:18:20 +01:00
dest: /backup/pve5/tmp
2024-10-28 18:55:52 +01:00
2024-10-28 19:01:39 +01:00
2024-10-28 18:55:52 +01:00
## todo ssh konfig in datei statt inline?