We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abccbf commit 5dbe2f2Copy full SHA for 5dbe2f2
ansible/roles/ofed/defaults/main.yml
@@ -1,4 +1,4 @@
1
-ofed_version: '24.04-0.6.6.0' # LTS version 23.10-2.1.3.1 does not support RL9.4
+ofed_version: '23.10-3.2.2.0' # LTS
2
ofed_download_url: https://content.mellanox.com/ofed/MLNX_OFED-{{ ofed_version }}/MLNX_OFED_LINUX-{{ ofed_version }}-{{ ofed_distro }}{{ ofed_distro_version }}-{{ ofed_arch }}.tgz
3
ofed_distro: rhel # NB: not expected to work on other distros due to installation differences
4
ofed_distro_version: "{{ ansible_distribution_version }}" # e.g. '8.9'
0 commit comments