Users Guide

"JobType": "ImportConfiguration",
"Message": "Successfully imported and applied Server Configuration Profile.",
"MessageArgs": [],
"MessageId": "XXX123",
"Name": "Import Configuration",
"PercentComplete": 100,
"StartTime": "TIME_NOW",
"Status": "Success",
"TargetSettingsURI": null,
"retval": true
}
Examples
- name: Import Server Configuration Profile from a network share
dellemc_idrac_server_config_profile:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password:"user_password"
command: "import"
share_name: "192.168.0.2:/share"
share_user: "share_user_name"
share_password:"share_user_password"
scp_file: "scp_filename.xml"
scp_components:"ALL"
job_wait: True
- name: Import Server Configuration Profile from a local path
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 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_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
Modules for iDRAC
17