Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 4.0.0 User’s Guide
- Contents
- 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)
- How OpenManage Ansible Modules work with OME
- Running your first OME Playbook
- Manage Devices
- Manage device configuration templates
- Template Service
- Manage the device firmware
- Manage jobs
- Manage users
- Manage identity pool
- Manage application settings
- Manage network configuration
- Manage fabrics
- Manage Profiles
- Device discovery
- Manage Chassis
- Manage Active Directory service and user groups
- Diagnostics
- Modules for Redfish APIs
- Deprecated modules
Table 4. idrac_server_config_profile (continued)
Parameter/aliases Required Default Choices Comments
idrac_user Yes NA NA iDRAC username
idrac_password/
idrac_pwd
Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
command No export
● import
● export
● If C(import), will perform SCP import
operations.
● If C(export), will perform SCP export
operations.
job_wait Yes NA NA Whether to wait for job completion or not.
share_name Yes NA NA
● Network share or local path.
● CIFS, NFS, HTTP, and HTTPS network
share types are supported.
● OMSDK is not required if HTTP
or HTTPS location is used for
I(share_name).
share_user No NA NA
Network share user in the format
'user@domain' or 'domain\\user' if user is
a part of a domain, else 'user'. This option
is mandatory for CIFS Network Share.
share_password/
share_pwd
No NA NA
Network share user password. This option
is mandatory for CIFS Network Share.
scp_file No NA NA
● Name of the server configuration
profile (SCP) file.
● This option is mandatory if I(command)
is C(import).
● The default format
<idrac_ip>_YYmmdd_HHMMSS_scp is
used if this option is not specified for
C(import).
● I(export_format) is used if the valid
extension file is not provided for
C(import).
scp_components No ALL
● ALL
● IDRAC
● BIOS
● NIC
● RAID
● If C(ALL), the module imports all
components configurations from SCP
file.
● If C(iDRAC), the module imports iDRAC
configuration from SCP file.
● If C(BIOS), the module imports BIOS
configuration from SCP file.
● If C(NIC), the module imports NIC
configuration from SCP file.
● If C(RAID), the module imports RAID
configuration from SCP file.
shutdown_type No Graceful
● Graceful
● Forced
● NoReboot
This option is applicable for C(import)
command.
● If C(Graceful), it gracefully shuts down
the server
● If C(Forced), it forcefully shuts down
the system
● If C(NoReboot), it does not reboot the
server
16 Modules for iDRAC










