Users Guide
Synopsis
This module exports Server Conguration prole (SCP) to a given network share or imports SCP from a network share or a local le.
Options
Table 12. dellemc_idrac_server_cong_prole
Parameter Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
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_pwd No NA NA
Network share user password. This option is
mandatory for CIFS Network Share.
scp_le No NA NA
Server Conguration Prole le 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 congurations from SCP le.
• If C(iDRAC), the module imports iDRAC
conguration from SCP le.
• If C(BIOS), the module imports BIOS
conguration from SCP le.
• If C(NIC), the module imports NIC
conguration from SCP le.
• If C(RAID), the module imports RAID
conguration from SCP le.
shutdown_type No Graceful
• Graceful
• Forced
• NoReboot
This option is applicable for C(import) state.
• If C(Graceful), it gracefully shuts down the
server
• If C(Forced), it forcefully shuts down the
system
• If C(NoReboot), it does not reboot the
server
end_host_power_state No On
• On
• O
This option is applicable for C(import) state.
• If C(On), End host power state is on
18 Modules for iDRAC