Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 3.0.0 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules work with iDRAC
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Storage controller
- Modules for OpenManage Enterprise (OME)
- Modules for Redfish APIs
- Deprecated modules
- Deprecated iDRAC modules
- Install firmware
- View Lifecycle Controller status
- Export or Import Server Configuration Profile
- Configure time zone and NTP on iDRAC
- Configure iDRAC network
- Configure BIOS
- Configure iDRAC users
- Configure RAID
- Configure syslog
- Boot to a network ISO image
- Reset iDRAC
- View Lifecycle controller job status
- Export LC logs
- Delete LC job
- Delete LC job queue
- Deprecated OpenManage Enterprise (OME) modules
- Deprecated iDRAC modules
- Accessing documents from the Dell EMC support site
Table 42. ome_template (continued)
Parameter Required Default Choices Comments
● C(clone) creates a clone of an existing template.
template_id False NA NA
● ID of the existing template.
● This option is applicable when I(command) is
C(modify), C(deploy), C(delete) and C(export).
● It is mutually exclusive with I(template_name).
template_name False NA NA
● Name of the existing template.
● This option is applicable when I(command) is
C(modify), C(deploy), C(delete).
● It is mutually exclusive with I(template_name).
device_id False [ ] NA
● Specify the list of targeted device IDs when
I(command) is C(deploy). When I (Command) is
C(create), specify a single device ID.
● Either I(device_id), or I(device_service_tag) can
be used individually or together.
device_service_tag False [ ] NA
● Specify the list of targeted device service
tags when I (command) is C(deploy). When
I(Command) is C(create), specify the service tag
of a single device.
● Either I(device_id), or I(device_service_tag) can
be used individually or together.
template_view_type False Deployment
Deployment,
Compliance,
Inventory,
Sample, or
None
● Select the type of view of the OME template.
● This is applicable when I(command) is C(create),
C(clone), or C(import).
attributes No { } NA
Payload data for the template operations. All the
variables in this option are added as payload for
C(create), C(modify), C(deploy), C(import), and
C(clone) operations. It takes the following attributes.
● Name: Name of the template. This is mandatory
when I(command) is C(create), C(import),
C(clone), and optional when I(command) is
C(modify).
● Description for the template. This is applicable
when I(command) is C(deploy) or C(modify).
●
Fqdds: This allows to create [Creates] a template
using components from a specified reference
server. One or more, of the following values
must be specified in a comma-separated string:
iDRAC, System, BIOS, NIC, LifeCycleController,
RAID, EventFilters, and All. If none of the values
are specified, the default value 'All' is selected.
This is applicable when I (command) is C(create).
● Options: Allows to control device shutdown or
end power state during template deployment.
This is applicable when I(command) is C(deploy).
● Schedule: Provides options to schedule the
deployment task immediately, or at a specified
time. This is applicable when I (command) is
C(deploy).
● NetworkBootIsoModel: Payload to specify the
ISO deployment details. This is applicable when
I(command) is C(deploy).
54
Modules for OpenManage Enterprise (OME)