Users Guide
- 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_password: "user_password"
share_name: "192.168.0.2:/share"
share_user: "share_user_name"
share_password: "share_user_password"
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_password:"user_password"
share_name: "/scp_folder"
share_user: "share_user_name"
share_password:"share_user_password"
job_wait: False
Module: dellemc_idrac_server_cong_prole
Synopsis
This module exports Server Conguration prole (SCP) to a given network share or imports SCP from a network share or a local le.
NOTE
: This module is deprecated and replaced with idrac_server_cong_prole.
Options
Table 10.
dellemc_idrac_server_cong_prole
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
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 CIFS or NFS Network Share or a local path.
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_pwd No NA NA
Network share user password. This option is
mandatory for CIFS Network Share.
scp_le No NA NA
Server Conguration Prole le name. This
option is mandatory for C(import) state.
18 Modules for iDRAC