Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Rocky 8.10 Repos #361

Merged
merged 4 commits into from
Dec 17, 2024
Merged
Changes from 2 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
28 changes: 28 additions & 0 deletions ansible/inventory/group_vars/all/package-repos
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,34 @@ rpm_package_repos:
sync_group: third_party
distribution_name: treasuredata-4-

# Base Rocky Linux 8.9 repositories (Slurm appliance)
- name: Rocky Linux 8.9 - AppStream
url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/AppStream/x86_64/os/
base_path: rocky/8.9/AppStream/x86_64/os/
short_name: rocky_8_9_appstream
sync_group: rocky_8
distribution_name: rocky-8.9-appstream-
- name: Rocky Linux 8.9 - BaseOS
url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/BaseOS/x86_64/os/
base_path: rocky/8.9/BaseOS/x86_64/os/
short_name: rocky_8_9_baseos
sync_group: rocky_8
distribution_name: rocky-8.9-baseos-
- name: Rocky Linux 8.9 - Extras
url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/extras/x86_64/os/
base_path: rocky/8.9/extras/x86_64/os/
short_name: rocky_8_9_extras
sync_group: rocky_8
distribution_name: rocky-8.9-extras-

# Additional Rocky Linux 8.9 repositories (Slurm appliance)
- name: Rocky Linux 8.9 - PowerTools
url: https://mirror-nrt.yuki.net.uk/rockylinux/8.9/PowerTools/x86_64/os/
base_path: rocky/8.9/PowerTools/x86_64/os/
short_name: rocky_8_9_powertools
sync_group: rocky_8
distribution_name: rocky-8.9-powertools-

# Base Rocky Linux 9.5 repositories
- name: Rocky Linux 9.5 - AppStream
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-AppStream-9.5&arch=x86_64&country=NL&protocol=https
Expand Down
Loading