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 9. dellemc_import_server_config_profile (continued)
● 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' if user is part of a domain
else 'user'
share_pwd No NA NA Network share user password
shutdown_type No Graceful
● Graceful
● Forced
● NoReboot
● If Graceful, it gracefully shuts down
the server
● If Forced, it forcefully shuts down
the system
● If NoReboot, it does not reboot the
server
Table 10. 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/Dell-EMC-Ansible-
Modules-for-iDRAC
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"
Configuring iDRAC
Following are the modules responsible for configuring specific iDRAC attributes.
Configuring iDRAC Users
Module: dellemc_configure_idrac_users
Synopsis
This module configures the iDRAC user management activities.
Options
Table 11. dellemc_configure_idrac_users
Parameter Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
Configuring PowerEdge Servers 15