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 76. dellemc_export_server_config_profile (continued)
Parameter Required Default Choices Comments
● If the value is False, it returns
immediately with a JOB ID after
queuing the SCP export job in LC job
queue
share_name Yes NA NA CIFS or NFS 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.
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 77. 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/
dellemcopenmanage-ansible-modules/
blob/devel/output/deprecated/
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"
Configure time zone and NTP on iDRAC
This module is deprecated and replaced with idrac_timezone_ntp.
Module: dellemc_configure_idrac_timezone
Synopsis
This module configures the iDRAC timezone related attributes.
Check_mode support: Yes
Options
Deprecated modules
131