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
- 11111
device_service_tag:
- MXL1234
- MXL4567
inventory_type: "serverDeviceCards"
- name: Retrieve subsystem health of specified devices identified by service tags
dellemc.openmanage.ome_device_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
fact_subset: "subsystem_health"
system_query_options:
device_service_tag:
- MXL1234
- MXL4567
Add devices to static device group
Module: ome_device_group
Synopsis
This module allows to add devices to a static device group on OpenManage Enterprise.
Options
Table 26. ome_device_group
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 HTTPS port
state False present
● present
● absent
● C(present) allows to add the
devices to a device group.
● C(absent) currently, this feature is
not supported.
name True NA NA
● Name of the static group to which
device(s) need to be added.
● I(name) is mutually exclusive with
I(group_id).
group_id False NA NA
● ID of the static device group to
which device(s) need to be added.
● I(group_id) is mutually exclusive
with I(name).
device_ids False NA NA
● List of ID(s) of the device(s) to be
added to the device group.
● I(device_ids) is mutually exclusive
with I(device_service_tags) and
I(ip_addresses).
device_service_tags False NA NA
● LList of service tag(s) of the
device(s) to be added to the
device group.
● I(device_service_tags) is mutually
exclusive with I(device_ids) and
I(ip_addresses).
Modules for OpenManage Enterprise (OME) 61