Skip to content
Closed
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
13 changes: 13 additions & 0 deletions ansible/inventory/group_vars/all/package-repos
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,19 @@ deb_package_repos:
sync_group: third_party
distribution_name: ceph-reef-debian-

- name: Intel Graphics Repository
url: https://repositories.intel.com/gpu/ubuntu
policy: immediate
architectures: amd64
distributions: jammy/lts/2350
components: unified
mirror: true
mode: verbatim
base_path: intel/gpu/
short_name: intel_gpu
sync_group: third_party
distribution_name: intel-gpu-
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to mention ubuntu-jammy in the name, like we did for Docker CE?


# Default filter string for Deb package repositories.
deb_package_repo_filter: ""

Expand Down