Users Guide
Parameter Required Default Choices Comments
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
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 8. 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"
Importing Server Conguration Prole
Module: dellemc_import_server_cong_prole
Synopsis
You can import an SCP le (in an XML or JSON format) exported from a golden PowerEdge server conguration to one or more servers,
thus achieving an eortless, consistent, and automated deployment. Importing an SCP le is useful in restoring the conguration of the
server to the state stored in the prole.
You can import SCP from a local or a remote share to iDRAC. For a remote share, make sure that a network share path and the le name
are available. If there are component congurations (such as BIOS, RAID, NIC, iDRAC, and so on) present in the SCP le that require a
server restart, you can use the I(shutdown_type) argument to specify whether a Graceful or Forced shutdown of the server is required.
Conguring
PowerEdge Servers 13