Users Guide
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_pwd: "user_pwd"
command: "import"
share_name: "192.168.0.2:/share"
share_user: "share_user_name"
share_pwd: "share_user_pwd"
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_pwd: "user_pwd"
command: "import"
share_name: "/scp_folder"
share_user: "share_user_name"
share_pwd: "share_user_pwd"
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_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_password: "user_password"
share_name: "/scp_folder"
share_user: "share_user_name"
share_pwd: "share_user_pwd"
job_wait: False
Module: dellemc_import_server_cong_prole
Synopsis
You can import an SCP le (in an XML or JSON format) exported from a golden PowerEdge server conguration to one or more servers,
thus achieving an eortless, consistent, and automated deployment. Importing an SCP le is useful in restoring the conguration of the
server to the state stored in the prole.
You can import SCP from a local or a remote share to iDRAC. For a remote share, make sure that a network share path and the le name
are available. If there are component congurations (such as BIOS, RAID, NIC, iDRAC, and so on) present in the SCP le that require a
server restart, you can use the I(shutdown_type) argument to specify whether a Graceful or Forced shutdown of the server is required.
Check_mode support: No
NOTE
: This module is deprecated and replaced with idrac_server_cong_prole.
20 Modules for iDRAC