Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 3.0.0 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules work with iDRAC
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Storage controller
- Modules for OpenManage Enterprise (OME)
- Modules for Redfish APIs
- Deprecated modules
- Deprecated iDRAC modules
- Install firmware
- View Lifecycle Controller status
- Export or Import Server Configuration Profile
- Configure time zone and NTP on iDRAC
- Configure iDRAC network
- Configure BIOS
- Configure iDRAC users
- Configure RAID
- Configure syslog
- Boot to a network ISO image
- Reset iDRAC
- View Lifecycle controller job status
- Export LC logs
- Delete LC job
- Delete LC job queue
- Deprecated OpenManage Enterprise (OME) modules
- Deprecated iDRAC modules
- Accessing documents from the Dell EMC support site
Table 74. dellemc_import_server_config_profile (continued)
Parameter Required Default Choices Comments
● If NoReboot, it does not reboot the
server
Table 75. Return Values
Name Description Returned Type Sample
Import SCP
Imports SCP from a network
share or from a local file
Success String
https://github.com/dell/
dellemcopenmanage-ansible-modules/
blob/devel/output/deprecated/
dellemc_import_server_config_profile.md
Example
-name: Import Server Configuration Profile
dellemc_import_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"
scp_file: "scp_file.xml"
scp_components: "ALL"
job_wait: "True"
Module: dellemc_export_server_config_profile
Synopsis
You can export Server Configuration Profile (SCP) with various components such as iDRAC, BIOS, NIC, RAID together or
with one of these components. You can export SCP from iDRAC to a local or a network shared location. For shared location,
make sure that a network share path is established.
Check_mode support: No
NOTE: This module is deprecated and replaced with idrac_server_config_profile.
Options
Table 76. dellemc_export_server_config_profile
Parameter Required Default Choices Comments
export_format No XML
● JSON
● XML
The output file format
export_use No Default
● Default
● Clone
● Replace
● If C(Default), will export the SCP using
the Default method
● If C(Clone), will export the SCP using
the Clone method
● If C(Replace), will export the SCP
using the Replace method
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 export job to finish and returns
the job completion status
130 Deprecated modules