Users Guide

Parameter Required Default Choices Comments
False
If the value is False, it returns immediately
with a JOB ID after queuing the SCP
import job in LC job queue
scp_components No ALL
ALL
iDRAC
BIOS
NIC
RAID
If ALL, the module imports all components
congurations from SCP le
If iDRAC, the module imports iDRAC
conguration from SCP le
If BIOS, the module imports BIOS
conguration from SCP le
If NIC, the module imports NIC
conguration from SCP le
If RAID, the module imports RAID
conguration from SCP le
scp_le Yes NA NA Server Conguration Prole le name
share_name Yes NA NA 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.
shutdown_type No Graceful
Graceful
Forced
NoReboot
If Graceful, it gracefully shuts down the
server
If Forced, it forcefully shuts down the
system
If NoReboot, it does not reboot the server
Table 11. Return Values
Name Description Returned Type Sample
Import SCP
Imports SCP from a network
share or from a local le
Success String
https://github.com/dell/Dell-EMC-Ansible-
Modules-for-iDRAC/blob/master/samples/
dellemc_import_server_cong_prole.md
Example
-name: Import Server Configuration Profile
dellemc_import_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"
scp_file: "scp_file.xml"
scp_components: "ALL"
job_wait: "True"
Export or import Server Conguration Prole
Module: dellemc_idrac_server_cong_prole
Modules for iDRAC
17