Users Guide

share_user: "share_user_name"
share_password:"share_user_password"
scp_file: "scp_filename.xml"
scp_components:"ALL"
job_wait: True
- name: Import SCP from a local path and wait for this job to get completed.
dellemc_idrac_server_config_profile:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password:"user_password"
command: "import"
share_name: "/scp_folder"
share_user: "share_user_name"
share_password:"share_user_password"
scp_file: "scp_filename.xml"
scp_components:"ALL"
job_wait: True
- name: Export SCP 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 SCP 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_config_profile
Synopsis
This module exports Server Configuration profile (SCP) to a given network share or imports SCP from a network share or a local file.
NOTE: This module is deprecated and replaced with idrac_server_config_profile.
Options
Table 10. dellemc_idrac_server_config_profile
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.
18 Modules for iDRAC