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
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