Users Guide

Table Of Contents
View Lifecycle Controller status
Module: idrac_lifecycle_controller_status_info
Synopsis
This module shows the status of the Lifecycle Controller on a Dell EMC PowerEdge server.
Check_mode support: No
Options
Table 4. idrac_lifecycle_controller_status_info
Parameter/aliases Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_password/
idrac_pwd
Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
Table 5. Return Values
Name Description Returned Type Output
msg
Displays the status of
the Lifecycle Controller
on a Dell EMC
PowerEdge server.
Success dict
https://github.com/dell/dellemc-
openmanage-ansible-modules/
tree/devel/output/idrac/
idrac_lifecycle_controller_status_i
nfo.md
Example
-name: Show status of the Lifecycle Controller.
dellemc.openmanage.idrac_lifecycle_controller_status_info:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
Export or Import Server Configuration Profile
Module: idrac_server_config_profile
Synopsis
This module allows to export a Server Configuration Profile (SCP) from iDRAC or import a SCP from a network share or a local
file.
Options
Table 6. idrac_server_config_profile
Parameter/aliases Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
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.
14 Modules for iDRAC