Users Guide

Table Of Contents
idrac_password: "user_password"
command: import
share_name: "http://192.168.0.3/share"
share_user: share_username
share_password: share_password
scp_file: example_file.json
shutdown_type: Graceful
end_host_power_state: "On"
job_wait: True
- name: Export SCP with ALL components in XML format to a HTTPS share path without SCP
file name
dellemc.openmanage.idrac_server_config_profile:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
share_name: "https://192.168.0.4/share"
share_user: share_username
share_password: share_password
scp_components: ALL
export_format: XML
export_use: Replace
job_wait: True
- name: Import SCP with ALL components in XML format from a HTTPS share path
dellemc.openmanage.idrac_server_config_profile:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
command: import
share_name: "https://192.168.0.4/share"
share_user: share_username
share_password: share_password
scp_file: 192.168.0.1_20160618_164647.xml
shutdown_type: Graceful
end_host_power_state: "On"
job_wait: False
Configuring iDRAC
Following are the modules responsible for configuring specific iDRAC attributes.
Configure iDRAC users
Configure iDRAC timezone
Configure iDRAC eventing
Configure iDRAC services
Configure iDRAC network
Configure iDRAC users
Module: idrac_user
Synopsis
This module allows to perform the following:
Add a new user account
Edit a user account
Enable or disable a user account
Check_mode support: Yes
Options
Modules for iDRAC
19