You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packer-rocm/playbooks/roles/niccli/defaults/main.yml
+4-37
Original file line number
Diff line number
Diff line change
@@ -8,45 +8,12 @@
8
8
# - 'Broadcom NetXtreme-E Linux Installer'
9
9
# - 'NetXtreme-E Linux Driver'
10
10
#
11
-
# NOTE/warning: URL patterns are not consistent enough for templating to make much sense; provide/set the full URL at once. See above for discovery process.
# 'niccli_sum' deliberately is *not* defaulted with the URL. if users want to change the URL... this should not require the checksum be corrected/emptied
15
-
# this should act as opt-in validation, not a requirement
14
+
# 'niccli_sum' deliberately is *not* defaulted with the URL.
15
+
#if users want to change the link... they should not be required to correct or empty the checksum. this should act as opt-in validation, not a requirement.
16
16
17
17
# install the CLI and driver by default, may opt out
18
18
niccli_driver: true
19
19
niccli_wanted: true
20
-
21
-
niccli_requirements: # mapped by 'ansible_os_family' fact
22
-
common:
23
-
- dkms
24
-
- pciutils
25
-
- unzip
26
-
Debian:
27
-
- build-essential
28
-
- ibverbs-providers
29
-
- ibverbs-utils
30
-
- libaio-dev
31
-
- libibverbs1
32
-
- libibverbs-dev
33
-
- libstdc++-12-dev
34
-
- libelf-dev
35
-
- libibumad-dev
36
-
- librdmacm-dev
37
-
- linux-headers-generic
38
-
- "linux-headers-{{ ansible_kernel }}"
39
-
- "linux-modules-extra-{{ ansible_kernel }}"
40
-
- rdmacm-utils
41
-
RedHat:
42
-
- '@Development Tools'# group notation (@...) requires quoting
0 commit comments