From addd0e018a841a76b67bc8cd647de211bda11d19 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa <jelle@archlinux.org> Date: Sun, 21 Jun 2020 19:07:21 +0200 Subject: [PATCH] Migrate archive to gemini The web frontend of the archive has been moved to gemini in preparation of the migrating of the repos to gemini. Later when dbscripts is moved to gemini the full role is run. --- playbooks/orion.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/orion.yml b/playbooks/orion.yml index d0905a6da..8397994a9 100644 --- a/playbooks/orion.yml +++ b/playbooks/orion.yml @@ -27,7 +27,6 @@ - { role: sudo, tags: ['archusers'] } - { role: archweb, archweb_site: false, archweb_services: true, archweb_donor_import: true, archweb_mirrorcheck_locations: [5, 6] } - { role: sources, sources_domain: "sources.archlinux.org", sources_dir: "/srv/sources" } - - { role: archive, archive_domain: "archive.archlinux.org", archive_dir: "/srv/archive" } - { role: hefur, ftp_iso_dir: '/srv/ftp/iso', tags: ['torrenttracker']} - wkd - { role: fail2ban } -- GitLab