Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ansible/inventory/group_vars/all/package-repos
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,9 @@ deb_package_repos_filtered: "{{ deb_package_repos | select_repos(deb_package_rep
# publish: Whether to publish and distribute the repository. Optional, default is true.
rpm_package_repos:
# EPEL 8 repositories
# NOTE(Alex-Welsh): NL mirrors fail to sync, so we use DE instead.
- name: Extra Packages for Enterprise Linux 8 - x86_64
url: https://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64&country=NL&infra=stock&content=centos&protocol=https
url: https://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64&country=DE&infra=stock&content=centos&protocol=https
# mirror_complete fails with:
# "This repository uses features which are incompatible with 'mirror' sync. Please sync without mirroring enabled"
sync_policy: mirror_content_only
Expand All @@ -233,7 +234,7 @@ rpm_package_repos:
sync_group: epel
distribution_name: extra-packages-for-enterprise-linux-8-x86_64-
- name: Extra Packages for Enterprise Linux Modular 8 - x86_64
url: https://mirrors.fedoraproject.org/mirrorlist?repo=epel-modular-8&arch=x86_64&country=NL&infra=stock&content=centos&protocol=https
url: https://mirrors.fedoraproject.org/mirrorlist?repo=epel-modular-8&arch=x86_64&country=DE&infra=stock&content=centos&protocol=https
base_path: epel/8/Modular/x86_64/
short_name: epel_modular
sync_group: epel
Expand Down