Users Guide

Table Of Contents
"Id": 1,
"IdentityPoolId": 0,
"IsBuiltIn": true,
"IsPersistencePolicyValid": false,
"IsStatelessAvailable": false,
"LastUpdatedBy": null,
"LastUpdatedTime": "1970-01-31 00:00:56.372144",
"Name": "iDRAC 14G Enable Performance Profile for Virtualization",
"SourceDeviceId": 0,
"Status": 0,
"TaskId": 0,
"TypeId": 2,
"ViewTypeId": 4
}
}
Examples
- name: Retrieve basic details of all templates.
ome_template_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
- name: Retrieve details of a specific template identified by its template ID.
ome_template_info
hostname: "192.168.0.1"
username: "username"
password: "password"
template_id: 1
- name: Get filtered template info based on name.
ome_template_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
system_query_options:
filter: "Name eq 'new template'"
Template operations
Module: ome_template
Synopsis
This module creates, modifies, deploys, deletes, exports, imports, or clones a template.
Options
Table 42. ome_template
Parameter Required Default Choices Comments
hostname True NA NA Target IP Address or hostname
username True NA NA Target username
password True NA NA Target user password
port False 443 NA Target device HTTPS port
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.
Modules for OpenManage Enterprise (OME) 53