Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 2.0 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules for iDRAC works
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Modules for OpenManage Enterprise (OME)
- Troubleshooting
- Accessing documents from the Dell EMC support site
share_name: "xx.xx.xx.xx:/share"
share_user: "xxxx"
share_pwd: "xxxxxxxx"
scp_file: "scp_file.xml"
scp_components: "ALL"
job_wait: "True"
Export or import Server Configuration Profile
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.
Options
Table 12. 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.
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_file No NA NA
Server Configuration Profile file name. This
option is mandatory for C(import) state.
scp_components No ALL
● ALL
● IDRAC
● BIOS
● NIC
● RAID
● If C(ALL), the module imports all
components configurations from SCP
file.
● If C(iDRAC), the module imports iDRAC
configuration from SCP file.
● If C(BIOS), the module imports BIOS
configuration from SCP file.
● If C(NIC), the module imports NIC
configuration from SCP file.
● If C(RAID), the module imports RAID
configuration from SCP file.
shutdown_type No Graceful
● Graceful
● Forced
● NoReboot
This option is applicable for C(import)
state.
● If C(Graceful), it gracefully shuts down
the server
Modules for iDRAC 17