Users Guide

scp_components: "ALL"
job_wait: True
- name: Export Server Configuration Profile to a network share
dellemc_idrac_server_config_profile:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_pwd: "user_pwd"
share_name: "192.168.0.2:/share"
share_user: "share_user_name"
share_pwd: "share_user_pwd"
job_wait: False
- name: Export Server Configuration Profile to a local path
dellemc_idrac_server_config_profile:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_pwd: "user_pwd"
share_name: "/scp_folder"
share_user: "share_user_name"
share_pwd: "share_user_pwd"
job_wait: False
Conguring iDRAC
Following are the modules responsible for conguring specic iDRAC attributes.
Congure iDRAC users
Congure iDRAC timezone
Congure iDRAC eventing
Congure iDRAC services
Congure iDRAC network
Congure iDRAC users
Module: dellemc_congure_idrac_users
Synopsis
This module creates, modies or deletes an iDRAC local user.
Check_mode support: Yes
Options
Table 13.
dellemc_congure_idrac_users
Parameter Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_pwd Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
share_name Yes NA NA CIFS or NFS Network share or a local path
20 Modules for iDRAC