|
@@ -23,9 +23,7 @@ idrac_system_profile: "Performance"
|
|
|
# Boolean value indicating whether OMNIA should perform firmware update or not
|
|
|
# It takes values "true" or "false" indicating required and not required cases respectively.
|
|
|
# Default value is "true"
|
|
|
-# firmware_update_required should be 'false' now as there is bug in DSU & OMAM modules and firmware updates dependent on that.
|
|
|
-# It will be updated to 'true' once DSU and OMAM fix the bugs
|
|
|
-firmware_update_required: false
|
|
|
+firmware_update_required: true
|
|
|
|
|
|
# This is the list of poweredge server models
|
|
|
# The firmware updates will be downloaded only for the below list of models
|
|
@@ -71,4 +69,4 @@ two_factor_authentication: "disabled"
|
|
|
# If required it can be "enabled"
|
|
|
# Update 2FA input parameters in idrac_tools_vars.yml if two_factor_authentication is enabled
|
|
|
# Command to edit idrac_tools_vars.yml: ansible-vault edit idrac_tools_vars.yml --vault-password-file .idrac_vault_key
|
|
|
-ldap_directory_services: "disabled"
|
|
|
+ldap_directory_services: "disabled"
|