Users Guide

Table Of Contents
Table 76. dellemc_export_server_config_profile (continued)
Parameter Required Default Choices Comments
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 77. 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/
dellemcopenmanage-ansible-modules/
blob/devel/output/deprecated/
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"
Configure time zone and NTP on iDRAC
This module is deprecated and replaced with idrac_timezone_ntp.
Module: dellemc_configure_idrac_timezone
Synopsis
This module configures the iDRAC timezone related attributes.
Check_mode support: Yes
Options
Deprecated modules
131