Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 2.0 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules for iDRAC works
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Modules for OpenManage Enterprise (OME)
- Troubleshooting
- Accessing documents from the Dell EMC support site
Table 8. dellemc_export_server_config_profile (continued)
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
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 9. 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"
Import Server Configuration Profile
Module: dellemc_import_server_config_profile
Synopsis
You can import an SCP file (in an XML or JSON format) exported from a golden PowerEdge server configuration to one or
more servers, thus achieving an effortless, consistent, and automated deployment. Importing an SCP file is useful in restoring
the configuration of the server to the state stored in the profile.
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 file name are available. If there are component configurations (such as BIOS, RAID, NIC, iDRAC, and so on) present in the
SCP file 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.
Check_mode support: No
NOTE: This module is deprecated and replaced with dellemc_idrac_server_config_profile.
Options
Modules for iDRAC
15