diff --git a/playbooks/mirror.yml b/playbooks/mirror.yml index e518182..534cbea 100644 --- a/playbooks/mirror.yml +++ b/playbooks/mirror.yml @@ -48,6 +48,7 @@ - "--exclude=/releases/test" - "--exclude=/updates/testing" - "--exclude=Live" + - "--exclude=Modular" - "--exclude=SRPMS" - "--exclude=source" - "--exclude=armhfp" @@ -56,7 +57,8 @@ postcmd: python3 /usr/local/bin/report_mirror - role: mirror/sync label: openbsd - source: "rsync://ftp.eenet.ee/OpenBSD/" + source: "rsync://rsync.nic.funet.fi/ftp/pub/mirrors/\ + ftp.openbsd.org/pub/OpenBSD/" rsyncoptions: - "--include=/?.?/" - "--include=/?.?/amd64/" @@ -64,6 +66,9 @@ - "--include=/?.?/packages/" - "--include=/?.?/packages/amd64/" - "--include=/?.?/packages/amd64/*" + - "--include=/?.?/packages-stable/" + - "--include=/?.?/packages-stable/amd64/" + - "--include=/?.?/packages-stable/amd64/*" - "--include=/syspatch/" - "--include=/syspatch/?.?/" - "--include=/syspatch/?.?/amd64/"