Users Guide

Table 13. dellemc_export_server_config_profile (continued)
Parameter Required Default Choices Comments
IDRAC
BIOS
NIC
RAID
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 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_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"
Configuring iDRAC
Following are the modules responsible for configuring specific iDRAC attributes.
Configure iDRAC users
Configure iDRAC timezone
Configure iDRAC eventing
Configure iDRAC services
Configure iDRAC network
Configure iDRAC users
Module: dellemc_configure_idrac_users
Synopsis
This module creates, modifies or deletes an iDRAC local user.
Check_mode support: Yes
Options
Table 15. dellemc_configure_idrac_users
Parameter/aliases Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
Modules for iDRAC 23