homeserver/roles/mgrote_rsync/defaults/main.yml
Michael Grote 17d07a3c0f
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 8s
ansible-lint / Ansible Lint (pull_request) Failing after 1m9s
fdgh
2024-10-28 19:18:20 +01:00

16 lines
565 B
YAML

---
rsync_mirror_user_group: "{{ rsync_mirror_user }}"
rsync_mirror_user: rsync_mirror
rsync_mirror_bw_limit: "2m" # 2 Megabytes
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') }}"
rsync_mirror_destination_host: pbs.mgrote.net
rsync_mirror_dirs:
- src: /hdd_data/tmp # slashes beachten
dest: /backup/pve5/tmp
## todo ssh konfig in datei statt inline?