Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 4.0.0 User’s Guide
- Contents
- 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)
- How OpenManage Ansible Modules work with OME
- Running your first OME Playbook
- Manage Devices
- Manage device configuration templates
- Template Service
- Manage the device firmware
- Manage jobs
- Manage users
- Manage identity pool
- Manage application settings
- Manage network configuration
- Manage fabrics
- Manage Profiles
- Device discovery
- Manage Chassis
- Manage Active Directory service and user groups
- Diagnostics
- Modules for Redfish APIs
- Deprecated modules
Table 44. ome_application_network_proxy (continued)
Parameter Required Default Choices Comments
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.
enable_authentication False NA NA
● Enables or
disables proxy
authentication.
● If
I(enable_authenticat
ion) is true, a
username and
password must be
provided.
● If
I(enable_authenticat
ion) is false, the
proxy username and
password are set to
its default values.
proxy_username False NA NA Username of the proxy
server. This option is
mandatory when
I(enable_authentication
) is true.
proxy_password False NA NA Password of the proxy
server. This option is
mandatory when
I(enable_authentication
) is true.
Return Values
msg:
type: str
description: Overall status of the network proxy configuration change.
returned: always
sample: "Successfully updated network proxy configuration."
proxy_setting:
type: dict
Modules for OpenManage Enterprise (OME)
113