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
source_path: "cifs/R941"
file_name: "catalog1.gz"
repository_username: "repository_username"
repository_password: "repository_password"
repository_domain: "repository_domain"
- name: Modify a catalog using a repository from Dell.com
dellemc.openmanage.ome_firmware_catalog:
hostname: "192.168.0.1"
username: "username"
password: "password"
catalog_id: 10
new_catalog_name: "new_catalog_name"
repository_type: "DELL_ONLINE"
catalog_description: "catalog_description"
- name: Delete catalog using catalog name
dellemc.openmanage.ome_firmware_catalog:
hostname: "192.168.0.1"
username: "username"
password: "password"
state: absent
catalog_name: ["catalog_name1", "catalog_name2"]
- name: Delete catalog using catalog ID
dellemc.openmanage.ome_firmware_catalog:
hostname: "192.168.0.1"
username: "username"
password: "password"
state: absent
catalog_id: [11, 34]
Create a firmware baseline
Module: ome_firmware_baseline
Synopsis
This module allows creates a baseline on OpenManage Enterprise and OpenManage Enterprise Modular.
Options
Table 36. ome_firmware_baseline
Parameter Required Default Choices Comments
hostname True NA NA OpenManage Enterprise
or OpenManage Enterprise
Modular IP address or
hostname.
username True NA NA OpenManage Enterprise
or OpenManage Enterprise
Modular username.
password True NA NA OpenManage Enterprise
or OpenManage Enterprise
Modular user password.
port False 443 NA OpenManage Enterprise
or OpenManage Enterprise
Modular HTTPS port.
state False present present, or absent
● C(present) creates or
modifies a baseline.
● C(absent) deletes an
existing baseline.
baseline_name False NA NA
● Name of the baseline.
Modules for OpenManage Enterprise (OME) 93