Users Guide

- 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 rmware
This section describes the process of updating rmware on the devices managed by OME using OpenManage Ansible Modules.
You can update the device rmware using the following task:
Update device rmware
Update device rmware
Module: dellemc_ome_rmware
Synopsis
This module updates the device rmware and all its components.
Options
Table 55.
dellemc_ome_rmware
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
60 Modules for OpenManage Enterprise (OME)