Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 2.0 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules for iDRAC works
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Modules for OpenManage Enterprise (OME)
- Troubleshooting
- Accessing documents from the Dell EMC support site
- name: modify template
dellemc_ome_template:
hostname: "192.168.0.1"
username: "username"
password: "password"
state: "modify"
template_id: 1234
attributes:
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
Manage the device firmware
This section describes the process of updating firmware on the devices managed by OME using OpenManage Ansible Modules.
You can update the device firmware using the following task:
● Update device firmware
Update device firmware
Module: dellemc_ome_firmware
Synopsis
This module updates the device firmware and all its components.
Options
54
Modules for OpenManage Enterprise (OME)