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
username True NA NA Target username
password True NA NA Target user password
port False 443 NA Target HTTPS port
state NA present present, or absent
● C(present) creates or
modifies a catalog.
● C(absent) deletes an
existing catalog.
catalog_name NA NA NA
● Name of the firmware
catalog to be created.
● This is option is
mutually exclusive with
I(catalog_id).
● Provide the list of
firmware catalog names
that are supported when
I(state) is C(absent).
new_catalog_name NA NA NA New name of the firmware
catalog.
catalog_id NA NA NA
● ID of the catalog
● This option is
mutually exclusive with
I(catalog_name).
● Provide the list of
firmware catalog IDs
that are supported when
I(state) is C(absent).
catalog_description False NA NA Description for the catalog.
source False NA NA
● The share IP address
of the system where
the firmware catalog
is stored on the local
network.
● By default, this
option is set to
downloads.dell.com when
I(repository_type) is
C(DELL_ONLINE).
source_path False NA NA
● Specify the complete
path of the catalog file
location without the file
name.
● This is option ignored
when I(repository_type)
is C(DELL_ONLINE).
file_name False NA NA
● Catalog file name
associated with the I
(source_path).
● This option is ignored
when I(repository_type)
is C(DELL_ONLINE).
repository_type False HTTPS HTTP, NFS,
CIFS, HTTPS, or
DELL_ONLINE
The type of supported
repositories are: HTTP,
Modules for OpenManage Enterprise (OME) 89