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
password: "password"
template_id: 1
Template operations
This module is deprecateed and replaced with ome_template.
Module: dellemc_ome_template
Synopsis
This module creates, modifies or deploys a template.
Options
Table 104. dellemc_ome_template
Parameter Require
d
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 device HTTPS port
state No create
● create
● modify
● deploy
● C(create) creates a new template.
● C(modify) modifies an existing template.
● C(deploy) deploys an existing template.
template_id No NA NA
Unique ID of the template to be modified or deployed. This
option is mandatory for C(modify) and C(deploy) operations.
device_id No [ ] NA
List of targeted device id(s) for C(deploy) or a
single id for C(create) operation. Either I(device_id) or
I(device_service_tag) is mandatory or both can be applicable.
device_service_t
ag
No [ ] NA
List of targeted device service tag(s) for C(deploy) or a single
service tag for C(create) operation. Either I(device_id) or
I(device_service_tag) is mandatory or both can be applicable.
template_view_t
ype
No Deployment
● Deployment,
● Compliance
● Inventory
● Sample
● None
The features that support template operations. This is
applicable only for C(create) operation.
attributes No { } NA
● Name: Name of the template. This is mandatory for
C(create) and C(modify) operations.
● Description: Description of the template. This is applicable
for C(create) and C(modify) operations.
● Fqdds: This provides functionality to copy only certain
areas of system configuration from the specified reference
server. One or more of the following values may be
specified in a comma-separated string: iDRAC, System,
BIOS, NIC, LifeCycleController, RAID, EventFilters, All.
Default value is 'All'. This is applicable for C(create)
operation.
● Options: Options to control device shutdown or end power
state during template deployment. This is applicable for
C(deploy) operation.
● Schedule: Options to schedule the deployment task
immediately or at a specified time. This is applicable for
C(deploy) operation.
152 Deprecated modules