Users Guide

Table 13. dellemc_export_server_config_profile (continued)
Parameter Required Default Choices Comments
job_wait Yes NA
True
False
If the value is True, it waits for the
SCP export job to finish and returns
the job completion status
If the value is False, it returns
immediately with a JOB ID after
queuing the SCP export job in LC job
queue
share_name Yes NA NA CIFS or NFS network share or a local path
share_user No NA NA
Network share user in the format
'user@domain' or 'domain\user' if user is
part of a domain else 'user'. This option is
mandatory for CIFS Network share.
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
configuration to be exported
If ALL, the module exports all
components configurations in SCP file
If IDRAC, the module exports iDRAC
configuration in SCP file
If BIOS, the module exports BIOS
configuration in SCP file
If NIC, the module exports NIC
configuration in SCP file
If RAID, the module exports RAID
configuration in SCP file
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_config_profile.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"
Configuring iDRAC
Following are the modules responsible for configuring specific iDRAC attributes.
Configure iDRAC users
Configure iDRAC timezone
Configure iDRAC eventing
Configure iDRAC services
22
Modules for iDRAC