Users Guide

Table Of Contents
password: "password"
fact_subset: "subsystem_health"
system_query_options:
device_service_tag:
- MXL1234
- MXL4567
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 41. 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"
ansible_facts:
type: dict
description: Details of the templates.
returned: success
sample: {
"192.168.0.1": {
"CreatedBy": "system",
"CreationTime": "1970-01-31 00:00:56.372144",
"Description": "Tune workload for Performance Optimized Virtualization",
"HasIdentityAttributes": false,
52
Modules for OpenManage Enterprise (OME)