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
password: "password"
state: present
group_name: account operators
role: viewer
- name: Delete active directory user group
dellemc.openmanage.ome_domain_user_groups:
hostname: "192.168.0.1"
username: "username"
password: "password"
state: absent
group_name: administrators
Diagnostics
Export SupportAssist Collections
Module: ome_diagnostics
Synopsis
This module allows to export SupportAssist collection logs from OpenManage Enterprise and OpenManage Enterprise Modular
and application logs from OpenManage Enterprise Modular to a CIFS or NFS share.
Options
Table 59. ome_diagnostics
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
device_ids False NA NA
● List of target device
IDs.
● This is applicable for
C(support_assist_c
ollection) logs.
● This option is
mutually exclusive
with I(device_ids)
and
I(device_group_na
me).
device_service_tags False NA NA
● List of target
identifier.
● This is applicable for
C(support_assist_c
ollection) logs.
● This option is
mutually exclusive
with I(device_ids)
and
I(device_group_na
me).
device_group_name False NA NA
● Name of the device
group to export
Modules for OpenManage Enterprise (OME) 167