Release Summary
- Added support for the environment variables as fallback for credentials for all modules of iDRAC, OME, and Redfish.
- Enhanced idrac_certificates module and idrac_certificate role to support
CUSTOMCERTIFICATE
and importHTTPS
certificate with the SSL key.
Major Changes
- All OME modules are enhanced to support the environment variables
OME_USERNAME
andOME_PASSWORD
as fallback for credentials. - All iDRAC and Redfish modules are enhanced to support the environment variables
IDRAC_USERNAME
andIDRAC_PASSWORD
as fallback for credentials. - idrac_certificates - The module is enhanced to support the import and export of
CUSTOMCERTIFICATE
.
Minor Changes
- For idrac_certificate role, added support for import operation of
HTTPS
certificate with the SSL key. - For idrac_certificates module, below enhancements are made: Added support for import operation of
HTTPS
certificate with the SSL key. Theemail_address
has been made as an optional parameter.