Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 1.0 User’s Guide
- Tables
- Overview
- Getting Started
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying Operating System
- Server Inventory
- Server Administration Tasks
- Troubleshooting
- Accessing support content from the Dell EMC support site
Table 8. 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
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"
Importing Server Configuration Profile
Module: dellemc_import_server_config_profile
Synopsis
You can import the SCP which was previously exported for that same server, or group of servers. Importing SCP 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 the import file Import.xml specifies some configuration changes that require a server restart (such
as in iDRAC, BIOS, NIC, or RAID configuration), you can use the shutdown_type parameter to specify whether a Graceful or a
Forced shutdown of the server is required.
Options
Table 9. dellemc_import_server_config_profile
Parameter Required Default Choices Comments
end_host_power_stat
e
No On
● On
● Off
● If On, End host power is on
● If Off, End host power is off
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
job_wait Yes NA
● True
● False
● If the value is True, it waits for the
SCP import job to finish and returns
the job completion status
● If the value is False, it returns
immediately with a JOB ID after
queuing the SCP import job in LC job
queue
scp_components No ALL
● ALL
● IDRAC
● BIOS
● NIC
● RAID
● If ALL, the module imports all
components configurations from
SCP file
● If IDRAC, the module imports iDRAC
configuration from SCP file
● If BIOS, the module imports BIOS
configuration from SCP file
14 Configuring PowerEdge Servers