Users Guide
Table 8. Return Values
Name Description Returned Type Sample
LC status
Displays the LC status on
a PowerEdge server
Success String
https://github.com/dell/Dell-EMC-
Ansible-Modules-for-iDRAC/blob/
master/samples/
dellemc_get_lcstatus.md
Example
-name: Get LC Status
dellemc_get_lcstatus:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_password: "xxxxxxxx"
Server Configuration Profile
Export or Import Server Configuration Profile
Module: idrac_server_config_profile
Synopsis
This module exports the Server Configuration Profile (SCP) from iDRAC. It can also import from a network share or from a local file.
Options
Table 9. idrac_server_config_profile
Parameter/aliases Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_password/
idrac_pwd
Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
command No export
• import
• export
• If C(import), will perform SCP import
operations.
• If C(export), will perform SCP export
operations.
job_wait Yes NA NA Whether to wait for job completion or not.
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 a
part of a domain, else 'user'. This option is
mandatory for CIFS Network Share.
share_password/
share_pwd
No NA NA
Network share user password. This option is
mandatory for CIFS Network Share.
scp_file No NA NA
SCP file name. This option is mandatory for
C(import) state.
scp_components No ALL
• ALL
• IDRAC
• BIOS
• NIC
• RAID
• If C(ALL), the module imports all
components configurations from SCP file.
• If C(iDRAC), the module imports iDRAC
configuration from SCP file.
16 Modules for iDRAC