Users Guide

Table Of Contents
identity_count: 98
- name: Delete an identity pool.
ome_identity_pool:
hostname: "192.168.0.1"
username: "username"
password: "password"
state: "absent"
pool_name: "pool2"
Manage application settings
This section describes how to manage the following settings on OpenManage enterprise:
Manage proxy configuration
Manage a network configuration
Manage a web server configuration
Manage time configuration
Generate and upload a certificate signing request
Manage proxy configuration
Module: ome_application_network_proxy
Synopsis
This module allows the configuration of a network proxy.
Options
Table 55. ome_application_network_proxy
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
enable_proxy True NA NA
Enables or disables
the HTTP proxy
configuration.
If I(enable proxy)
is false, the HTTP
proxy configuration
is set to its default
value.
ip_address False NA NA
Proxy server
address
This option is
mandatory when
I(enable_proxy) is
true.
proxy_port False NA NA
Port number of the
proxy server.
This option is
mandatory when
I(enable_proxy) is
true.
Modules for OpenManage Enterprise (OME) 87