IBM is a no-go: they don't provide checksums
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
8a5efbf6ed
commit
ffbd6bf575
1 changed files with 9 additions and 0 deletions
|
@ -40,6 +40,11 @@
|
||||||
files:
|
files:
|
||||||
- iDRAC-with-Lifecycle-Controller_Firmware_1X82C_LN_2.21.21.21_A00.BIN
|
- iDRAC-with-Lifecycle-Controller_Firmware_1X82C_LN_2.21.21.21_A00.BIN
|
||||||
- BIOS_1RMMP_LN_1.5.4.BIN
|
- BIOS_1RMMP_LN_1.5.4.BIN
|
||||||
|
- dirname: IBM-x3680-M3
|
||||||
|
vendor: "IBM"
|
||||||
|
# This might be too specific
|
||||||
|
product: "System x3650 M3 -[7945AC1]-"
|
||||||
|
files:
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Create drop place for upgrades
|
- name: Create drop place for upgrades
|
||||||
|
@ -85,6 +90,10 @@
|
||||||
when: ansible_system_vendor == "Dell Inc." and item.changed
|
when: ansible_system_vendor == "Dell Inc." and item.changed
|
||||||
with_items: "{{check_results.results}}"
|
with_items: "{{check_results.results}}"
|
||||||
|
|
||||||
|
# Note: IBM updates were considered, but IBM does not allow checking of
|
||||||
|
# downloaded firmware packages: at the moment of writing they do not
|
||||||
|
# publish a GPG signature or checksums of downloaded files. (2016-01-21)
|
||||||
|
|
||||||
|
|
||||||
# Generic stuff continues here
|
# Generic stuff continues here
|
||||||
- name: Mark updates as done
|
- name: Mark updates as done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue