Users Guide
Parameter Required Default Choices Comments
share_pwd No NA NA
Network share user password. This option is
mandatory for CIFS Network share.
scp_components No ALL
• ALL
• IDRAC
• BIOS
• NIC
• RAID
Specify the hardware components
conguration to be exported
• If ALL, the module exports all components
congurations in SCP le
• If IDRAC, the module exports iDRAC
conguration in SCP le
• If BIOS, the module exports BIOS
conguration in SCP le
• If NIC, the module exports NIC
conguration in SCP le
• If RAID, the module exports RAID
conguration in SCP le
Table 14. Return Values
Name Description Returned Type Sample
Export SCP
Exports the SCP to the provided
network share or to the local path
Success String
https://github.com/dell/Dell-EMC-Ansible-Modules-
for-iDRAC/blob/master/samples/
dellemc_export_server_cong_prole.md
Example
-name: Export Server Configuration Profile (SCP)
dellemc_export_server_config_profile:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
share_name: "xx.xx.xx.xx:/share"
share_user: "xxxx"
share_pwd: "xxxxxxxx"
export_format: "XML"
export_use: "Default"
job_wait: "True"
Conguring iDRAC
Following are the modules responsible for conguring specic iDRAC attributes.
• Congure iDRAC users
• Congure iDRAC timezone
• Congure iDRAC eventing
• Congure iDRAC services
• Congure iDRAC network
Congure iDRAC users
Module: dellemc_congure_idrac_users
Synopsis
This module creates, modies or deletes an iDRAC local user.
Check_mode support: Yes
Modules for iDRAC
23