Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 2.0.1 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- Modules for OpenManage Enterprise (OME)
- Troubleshooting
- Accessing documents from the Dell EMC support site
Examples
- name: Retrieve basic details of all templates.
dellemc_ome_template_facts:
hostname: "192.168.0.1"
username: "username"
password: "password"
- name: Retrieve details of a specific template identified by its template ID.
dellemc_ome_template_facts:
hostname: "192.168.0.1"
username: "username"
password: "password"
template_id: 1
Create, modify or deploy a template
Module: dellemc_ome_template
Synopsis
This module creates, modifies or deploys a template.
Options
Table 54. dellemc_ome_template
Parameter Require
d
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
state No create
● create
● modify
● deploy
● C(create) creates a new template.
● C(modify) modifies an existing template.
● C(deploy) deploys an existing template.
template_id No NA NA
Unique ID of the template to be modified or deployed. This
option is mandatory for C(modify) and C(deploy) operations.
device_id No [ ] NA
List of targeted device id(s) for C(deploy) or a
single id for C(create) operation. Either I(device_id) or
I(device_service_tag) is mandatory or both can be applicable.
device_service_t
ag
No [ ] NA
List of targeted device service tag(s) for C(deploy) or a single
service tag for C(create) operation. Either I(device_id) or
I(device_service_tag) is mandatory or both can be applicable.
template_view_t
ype
No Deployment
● Deployment,
● Compliance
● Inventory
● Sample
● None
The features that support template operations. This is
applicable only for C(create) operation.
attributes No { } NA
● Name: Name of the template. This is mandatory for
C(create) and C(modify) operations.
● Description: Description of the template. This is applicable
for C(create) and C(modify) operations.
● Fqdds: This provides functionality to copy only certain
areas of system configuration from the specified reference
server. One or more of the following values may be
specified in a comma-separated string: iDRAC, System,
BIOS, NIC, LifeCycleController, RAID, EventFilters, All.
Modules for OpenManage Enterprise (OME) 55