Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 2.0.1 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- Modules for OpenManage Enterprise (OME)
- Troubleshooting
- Accessing documents from the Dell EMC support site
idrac_password: "user_password"
share_name: "/scp_folder"
share_user: "share_user_name"
share_pwd: "share_user_pwd"
job_wait: False
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 idrac_server_config_profile.
Options
Table 11. 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
● If NIC, the module imports NIC
configuration from SCP file
● If RAID, the module imports RAID
configuration from SCP file
scp_file Yes NA NA Server Configuration Profile file name
share_name Yes NA NA 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.
20 Modules for iDRAC