Skip to content

Commit cf355ca

Browse files
authored
added rocky 8.9 repos
1 parent b9e791a commit cf355ca

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,34 @@ rpm_package_repos:
254254
sync_group: third_party
255255
distribution_name: treasuredata-4-
256256

257+
# Base Rocky Linux 8.9 repositories (Slurm appliance)
258+
- name: Rocky Linux 8.9 - AppStream
259+
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-AppStream-8.9&arch=x86_64&country=NL
260+
base_path: rocky/8.9/AppStream/x86_64/os/
261+
short_name: rocky_8_9_appstream
262+
sync_group: rocky_8
263+
distribution_name: rocky-8.9-appstream-
264+
- name: Rocky Linux 8.9 - BaseOS
265+
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-BaseOS-8.9&arch=x86_64&country=NL
266+
base_path: rocky/8.9/BaseOS/x86_64/os/
267+
short_name: rocky_8_9_baseos
268+
sync_group: rocky_8
269+
distribution_name: rocky-8.9-baseos-
270+
- name: Rocky Linux 8.9 - Extras
271+
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-extras-8.9&arch=x86_64&country=NL
272+
base_path: rocky/8.9/extras/x86_64/os/
273+
short_name: rocky_8_9_extras
274+
sync_group: rocky_8
275+
distribution_name: rocky-8.9-extras-
276+
277+
# Additional Rocky Linux 8.9 repositories (Slurm appliance)
278+
- name: Rocky Linux 8.9 - PowerTools
279+
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-PowerTools-8.9&arch=x86_64&country=NL
280+
base_path: rocky/8.9/PowerTools/x86_64/os/
281+
short_name: rocky_8_9_powertools
282+
sync_group: rocky_8
283+
distribution_name: rocky-8.9-powertools-
284+
257285
# Base Rocky Linux 9.5 repositories
258286
- name: Rocky Linux 9.5 - AppStream
259287
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-AppStream-9.5&arch=x86_64&country=NL&protocol=https

0 commit comments

Comments
 (0)