Skip to content
Merged
Changes from 3 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.10 repositories (Slurm appliance)
- name: Rocky Linux 8.10 - AppStream
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-AppStream-8.10&arch=x86_64&country=NL
base_path: rocky/8.10/AppStream/x86_64/os/
short_name: rocky_8_10_appstream
sync_group: rocky_8
distribution_name: rocky-8.10-appstream-
- name: Rocky Linux 8.10 - BaseOS
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-BaseOS-8.10&arch=x86_64&country=NL
base_path: rocky/8.10/BaseOS/x86_64/os/
short_name: rocky_8_10_baseos
sync_group: rocky_8
distribution_name: rocky-8.10-baseos-
- name: Rocky Linux 8.10 - Extras
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-extras-8.10&arch=x86_64&country=NL
base_path: rocky/8.10/extras/x86_64/os/
short_name: rocky_8_10_extras
sync_group: rocky_8
distribution_name: rocky-8.10-extras-

# Additional Rocky Linux 8.10 repositories (Slurm appliance)
- name: Rocky Linux 8.10 - PowerTools
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-PowerTools-8.10&arch=x86_64&country=NL
base_path: rocky/8.10/PowerTools/x86_64/os/
short_name: rocky_8_10_powertools
sync_group: rocky_8
distribution_name: rocky-8.10-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