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
Table 35. ome_firmware_catalog (continued)
Parameter Required Default Choices Comments
NFS, CIFS, HTTPS, and
DELL_ONLINE.
repository_username False NA NA User name of the repository
where the catalog is stored.
This option is mandatory
when I(repository_type)
is CIFS and is ignored
when I(repository_type) is
C(DELL_ONLINE).
repository_password False NA NA Password to access
the repository. This
option is mandatory
when I(repository_type) is
CIFS, and is ignored
when I(repository_type) is
C(DELL_ONLINE).
repository_domain False NA NA Domain name of
the repository. This
option is ignored
when I(repository_type) is
C(DELL_ONLINE).
check_certificate False False NA The certificate warnings
are ignored when
I(repository_type) is HTTPS.
If C(True). If not, certificate
warnings are not ignored.
job_wait NA True NA
● Provides the option to
wait for job completion.
● This option is applicable
when I(state) is
C(present).
job_wait_timeout NA 600 NA
● The maximum wait
time of I(job_wait) in
seconds. The job is
tracked only for this
duration.
● This option is applicable
when I(job_wait) is
C(True).
Return Values
msg:
description: Overall status of the firmware catalog operation.
returned: always
type: str
sample: "Successfully triggered the job to create a catalog with Task ID : 10094"
catalog_status:
description: Details of the catalog operation.
returned: When I(state) is C(present)
type: dict
sample: {
"AssociatedBaselines": [],
"BaseLocation": null,
"BundlesCount": 0,
"Filename": "catalog.gz",
"Id": 0,
"LastUpdated": null,
"ManifestIdentifier": null,
90
Modules for OpenManage Enterprise (OME)