Users Guide

Parameter Required Default Choices Comments
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
conguration to be exported
If ALL, the module exports all components
congurations in SCP le
If IDRAC, the module exports iDRAC
conguration in SCP le
If BIOS, the module exports BIOS
conguration in SCP le
If NIC, the module exports NIC
conguration in SCP le
If RAID, the module exports RAID
conguration in SCP le
Table 14. 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_cong_prole.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"
Conguring iDRAC
Following are the modules responsible for conguring specic iDRAC attributes.
Congure iDRAC users
Congure iDRAC timezone
Congure iDRAC eventing
Congure iDRAC services
Congure iDRAC network
Congure iDRAC users
Module: dellemc_congure_idrac_users
Synopsis
This module creates, modies or deletes an iDRAC local user.
Check_mode support: Yes
Modules for iDRAC
23