Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 3.0.0 User’s Guide
- 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)
- Modules for Redfish APIs
- Deprecated modules
- Deprecated iDRAC modules
- Install firmware
- View Lifecycle Controller status
- Export or Import Server Configuration Profile
- Configure time zone and NTP on iDRAC
- Configure iDRAC network
- Configure BIOS
- Configure iDRAC users
- Configure RAID
- Configure syslog
- Boot to a network ISO image
- Reset iDRAC
- View Lifecycle controller job status
- Export LC logs
- Delete LC job
- Delete LC job queue
- Deprecated OpenManage Enterprise (OME) modules
- Deprecated iDRAC modules
- Accessing documents from the Dell EMC support site
hostname: "192.168.0.1"
username: "username"
catalog_name: "catalog_name"
catalog_description: "catalog_description"
repository_type: "CIFS"
source: "192.167.0.1"
source_path: "cifs/R940"
file_name: "catalog.gz"
repository_username: "repository_username"
repository_password: "repository_password"
repository_domain: "repository_domain"
- name: create catalog from a NFS network share.
ome_firmware_catalog:
hostname: "192.168.0.1"
username: "username"
catalog_name: "catalog_name"
catalog_description: "catalog_description"
repository_type: "NFS"
source: "192.166.0.2"
source_path: "/nfs/R940"
file_name: "catalog.xml"
Create a firmware baseline
Module: ome_firmware_baseline
Synopsis
This module allows to create a baseline.
Options
Table 47. ome_firmware_baseline
Parameter Required Default Choices Comments
hostname True NA NA Target share address or
hostname.
username True NA NA Target username.
password True NA NA Target user password.
port False 443 NA Target HTTPS port.
baseline_name True NA NA Name of the baseline being
created.
baseline_description False NA NA Description of the baseline
being created.
catalog_name False NA NA Name of the catalog
associated with the baseline.
downgrade_enabled False True NA Indicates if a downgrade is
allowed or not.
is_64_bit False True NA Indicates if 64 bit is
supported.
device_ids False NA NA List olf device
ids. I(device_ids) is
mutually exclusive with
I(device_service_tags) and
I(device_group_names).
device_service_tags False NA NA List of service
tags I(device_service_tags)
is mutually exclusive
68 Modules for OpenManage Enterprise (OME)