Update to 2023-08-17 16:00

This commit is contained in:
Daniel Berteaud
2023-08-17 16:00:21 +02:00
parent 846c668216
commit cc7c11ba8a
20 changed files with 611 additions and 35 deletions

View File

@@ -22,6 +22,18 @@ rpm_gpg_email: rpms@{{ ansible_domain }}
# - '--partial'
# - '--delete-after'
# - '--exclude=archives'
# # You can also set a custom command to handle the sync
# - dest: mirror-1
# sync_cmd: >
# rclone
# sync
# --sftp-host=10.99.9.10
# --sftp-port=3022
# --sftp-user=repo
# --sftp-key-file=~/.ssh/id_rsa
# --sftp-md5sum-command=md5sum
# --sftp-sha1sum-command=sha1sum
# /opt/rpm-build/repo/ :sftp:/repo/
# A list of rsync options which will be used to sync repo to mirrors
# This is a fallback if rsync_opts is not defined for a mirror