Users Guide

Table Of Contents
username: "username"
password: "password"
state: "present"
attributes:
UserName: "user3"
RoleId: "10"
Enabled: True
Description: "Modify user Description"
- name: Delete existing user using ID
dellemc.openmanage.ome_user:
hostname: "192.168.0.1"
username: "username"
password: "password"
state: "absent"
user_id: "1234"
- name: Delete existing user using name
dellemc.openmanage.ome_user:
hostname: "192.168.0.1"
username: "username"
password: "password"
state: "absent"
name:"name"
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 43. 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.
108 Modules for OpenManage Enterprise (OME)