Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 4.0.0 User’s Guide
- Contents
- 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)
- How OpenManage Ansible Modules work with OME
- Running your first OME Playbook
- Manage Devices
- Manage device configuration templates
- Template Service
- Manage the device firmware
- Manage jobs
- Manage users
- Manage identity pool
- Manage application settings
- Manage network configuration
- Manage fabrics
- Manage Profiles
- Device discovery
- Manage Chassis
- Manage Active Directory service and user groups
- Diagnostics
- Modules for Redfish APIs
- Deprecated modules
Table 29. ome_template (continued)
Parameter Required Default Choices Comments
command False create
create, modify,
deploy, delete,
export, import
or clone.
● C(create) creates a new template.
● C(modify) modifies an existing template.
● C(deploy) creates a template-deployment job.
● C(delete) deletes an existing template.
● C(export) exports an existing template.
● C(import) creates a template from a specified
configuration text in SCP XML format.
● 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.
device_group_names 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) is
mandatory or both can be applicable.
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,
Modules for OpenManage Enterprise (OME) 69