Users Guide

Examples
- name: create template.
dellemc_ome_template:
hostname: "192.168.0.1"
username: "username"
password: "password"
device_id: 25123
attributes:
Name: "New Template"
Description: "New Template description"
- 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 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
58
Modules for OpenManage Enterprise (OME)