rsync_mirror: fix timer
All checks were successful
ansible-lint / gitleaks (push) Successful in 2s
ansible-lint / Ansible Lint (push) Successful in 25s

This commit is contained in:
Michael Grote 2024-11-03 20:16:30 +01:00
parent e2df9283d4
commit 833851e99b

View file

@ -248,7 +248,7 @@ munin_node_plugins:
rsync_mirror_user_group: "{{ rsync_mirror_user }}"
rsync_mirror_user: rsync_mirror
rsync_mirror_bw_limit: "4m" # 4 Megabytes
rsync_mirror_timer: '*-*-* 0/8:*:*' # alle 8 h
rsync_mirror_timer: '*-*-* 0/8:5:0' # alle 8 h
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') }}"