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
Name: "New Custom Template"
Description: "Custom Template Description"
- name: deploy template.
dellemc_ome_template:
hostname: "192.168.0.1"
username: "username"
password: "password"
state: "deploy"
template_id: 1234
device_id:
- 12345
- 45678
device_service_tag: ['SVTG123', 'SVTG456']
attributes:
NetworkBootIsoModel:
BootToNetwork: false
ShareType: "NFS"
IsoPath: "bootToIsoPath.iso"
ShareDetail:
IpAddress: "192.168.0.2"
ShareName: "/nfsshare"
User: null
Password: null
Attributes:
- Id: 1234
Value: "Test Attribute"
IsIgnored: false
Options:
EndHostPowerState: 1
ShutdownType: 0
TimeToWaitBeforeShutdown: 300
Schedule:
RunLater: true
RunNow: false
Update device firmware
This module is deprecated and replaced with ome_firmware.
Module: dellemc_ome_firmware
Synopsis
This module updates the device firmware and all its components.
Options
Table 105. dellemc_ome_firmware
Parameter Required Default Choices Comments
hostname Yes NA NA
Target IP Address or
hostname
username Yes NA NA Target username
password Yes NA NA Target user password
port No 443 NA Target HTTPS port
device_service_tag No NA NA
List of targeted device
service tags.
device_id No NA NA
List of targeted device
ids.
dup_file Yes NA NA
Executable file to apply on
the targets.
154 Deprecated modules