Users Guide

Table Of Contents
hostname: "192.168.0.1"
username: "username"
password: "password"
state: absent
name: "group 1"
- name: Delete multiple device groups using the group IDs
dellemc.openmanage.ome_groups:
hostname: "192.168.0.1"
username: "username"
password: "password"
state: absent
group_id:
- 1234
- 5678
Manage device configuration templates
This section describes the specifications for template operations on devices managed by OME for hardware configuration and
deployment operations.
Following are the tasks for managing device configuration templates:
1. View templates
2. Template operations
3. Attach or detach an identity pool
4. Set tagged and untagged vLANs
View templates
Module: ome_template_info
Synopsis
This module retrieves the list and details of all templates or details of a specific template.
Options
Table 28. ome_template_info
Parameter Required Default Choices Comments
hostname Yes NA NA
Target IP Address or
hostname
username Yes NA NA Target username
password Yes NA NA Target user password
port No 443 NA Target device HTTPS port
template_id No NA NA ID of the template.
system_query_options No NA filter: Filter records by the supported values.
Provides the option to
filter the output for
the supported values.
I(filter) query format must
be aligned with OData
standards.
Return Values
msg:
type: str
description: Overall template facts status.
returned: on error
sample: "Failed to fetch the template facts"
Modules for OpenManage Enterprise (OME)
67