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
"ManifestVersion": null,
"NextUpdate": null,
"PredecessorIdentifier": null,
"ReleaseDate": null,
"ReleaseIdentifier": null,
"Repository": {
"CheckCertificate": true,
"Description": "HTTPS Desc",
"DomainName": null,
"Id": null,
"Name": "catalog4",
"Password": null,
"RepositoryType": "HTTPS",
"Source": "company.com",
"Username": null
},
"Schedule": null,
"SourcePath": "catalog",
"Status": null,
"TaskId": 10094
}
job_id:
description: Job ID of the catalog task.
returned: When catalog job is in a running state.
type: int
sample: 10123
catalog_id:
description: IDs of the deleted catalog.
returned: When I(state) is C(absent)
type: int
sample: 10123
associated_baselines:
description: IDs of the baselines associated with catalog.
returned: When I(state) is C(absent)
type: list
elements: dict
sample: [
{
"BaselineId": 24,
"BaselineName": "new"
},
{
"BaselineId": 25,
"BaselineName": "c7"
},
{
"BaselineId": 27,
"BaselineName": "c4"
}
]
error_info:
type: dict
description: Details of the http error.
returned: on http error
sample: {
"error": {
"@Message.ExtendedInfo": [
{
"Message": "Unable to create or update the catalog because a
repository with the same name already exists.",
"Resolution": "Enter a different name and retry the operation.",
"Severity": "Critical"
}
],
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more
information."
}
}
Modules for OpenManage Enterprise (OME)
91