From: Adam Kraitman Date: Thu, 13 Apr 2023 14:38:21 +0000 (+0300) Subject: Removing broken epel mirrors and adding the one that's working X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fwip-epel-mirror-update-url;p=ceph-cm-ansible.git Removing broken epel mirrors and adding the one that's working Error - Status code: 404 for http://mirror.pnl.gov/epel/8/Everything/x86_64/repodata/be7aa5c233d3e92cbff3245ce5a5ded68256363f9b2d0f18be6df7caf9b0c674-filelists.xml.gz Signed-off-by: Adam Kraitman --- diff --git a/roles/common/templates/epel-mirrorlist b/roles/common/templates/epel-mirrorlist index a4c4b0b9..6aecf577 100644 --- a/roles/common/templates/epel-mirrorlist +++ b/roles/common/templates/epel-mirrorlist @@ -1,9 +1,4 @@ # {{ ansible_managed }} # local yum mirrorlist for epel-{{ ansible_distribution_major_version }} -http://download-ib01.fedoraproject.org/pub/epel/{{ ansible_distribution_major_version }}/{% if ansible_distribution_major_version|int >= 8 %}Everything/{% endif %}$basearch -http://download-cc-rdu01.fedoraproject.org/pub/epel/{{ ansible_distribution_major_version }}/{% if ansible_distribution_major_version|int >= 8 %}Everything/{% endif %}$basearch -http://mirrors.cat.pdx.edu/epel/{{ ansible_distribution_major_version }}/{% if ansible_distribution_major_version|int >= 8 %}Everything/{% endif %}$basearch -http://mirror.pnl.gov/epel/{{ ansible_distribution_major_version }}/{% if ansible_distribution_major_version|int >= 8 %}Everything/{% endif %}$basearch -http://ftp.linux.ncsu.edu/pub/epel/{{ ansible_distribution_major_version }}/{% if ansible_distribution_major_version|int >= 8 %}Everything/{% endif %}$basearch -http://mirror.oss.ou.edu/epel/{{ ansible_distribution_major_version }}/{% if ansible_distribution_major_version|int >= 8 %}Everything/{% endif %}$basearch +https://dl.fedoraproject.org/pub/epel/{{ ansible_distribution_major_version }}/{% if ansible_distribution_major_version|int >= 8 %}Everything/{% endif %}$basearch