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
Manage identity pool
Identity pools are used in template-based deployment of servers. They facilitate the virtualization of network identities required
for accessing systems using Ethernet, iSCSI, FCoE, or Fibre Channel (FC). This section describes how to manage the settings of
an identity pool.
Manage Identity pool settings
Module: ome_identity_pool
Synopsis
This module allows to create, modify, or delete a single identity pool on OpenManage Enterprise.
Options
Table 54. ome_identity_pool
Parameter Required Default Choices Comments
hostname True NA NA Target IP Address or
hostname
username True NA NA Target username
password True NA NA Target user password
port False 443 NA Target HTTPS port
state False Present Present
● C(present) modifies an
existing identity pool.
If the provided I
(pool_name) does not
exist, it creates an
identity pool.
● C(absent) deletes an
existing identity pool.
pool_name True NA NA This option is mandatory if
I(command) is C(present)
when creating, modifying,
and deleting an identity pool.
new_pool_name False NA NA
● After creating an identity
pool, I(pool_name)
can be changed to
I(new_pool_name).
● This option is ignored
when creating an identity
pool.
pool_description False NA NA Description of the identity
pool.
ethernet_settings False NA NA Applicable for creating and
modifying an identity pool
using Ethernet settings.
I(starting_mac_address) and
I(identity_count) are
required to create an identity
pool.
Suboptions-
● starting_mac_address-
Starting MAC address of
the Ethernet setting.
Modules for OpenManage Enterprise (OME) 83