Users Guide
dellemc_ome_device_facts:
hostname: "192.168.0.1"
username: "username"
password: "password"
fact_subset: "detailed_inventory"
system_query_options:
device_id:
- 11111
- 22222
- name: Retrieve inventory details of specified devices identified by service tags MXL1234 and
MXL4567.
dellemc_ome_device_facts:
hostname: "192.168.0.1"
username: "username"
password: "password"
fact_subset: "detailed_inventory"
system_query_options:
device_service_tag:
- MXL1234
- MXL4567
- name: Retrieve details of specified inventory type of specified devices identified by ID and
service tags.
dellemc_ome_device_facts:
hostname: "192.168.0.1"
username: "username"
password: "password"
fact_subset: "detailed_inventory"
system_query_options:
device_id:
- 11111
device_service_tag:
- MXL1234
- MXL4567
inventory_type: "serverDeviceCards"
- name: Retrieve subsystem health of specified devices identified by service tags.
dellemc_ome_device_facts:
hostname: "192.168.0.1"
username: "username"
password: "password"
fact_subset: "subsystem_health"
system_query_options:
device_service_tag:
- MXL1234
- MXL4567
Manage device conguration templates
This section describes the specications for viewing, creating, modifying and deploying templates on devices managed by OME for
hardware conguration and deployment operations.
Following are the tasks for managing device conguration templates:
1 View templates
2 Create, modify or deploy a template
View templates
Module: dellemc_ome_template_facts
56
Modules for OpenManage Enterprise (OME)