Users Guide

}
'''
Examples
- name: Update proxy configuration and enable authentication.
ome_application_network_proxy:
hostname: "192.168.0.1"
username: "username"
password: "password"
enable_proxy: true
ip_address: "192.168.0.2"
proxy_port: 444
enable_authentication: true
proxy_username: "proxy_username"
proxy_password: "proxy_password"
- name: Reset proxy authentication.
ome_application_network_proxy:
hostname: "192.168.0.1"
username: "username"
password: "password"
enable_proxy: true
ip_address: "192.168.0.2"
proxy_port: 444
enable_authentication: false
- name: Reset proxy configuration.
ome_application_network_proxy:
hostname: "192.168.0.1"
username: "username"
password: "password"
enable_proxy: false
Manage network configuration
Module: ome_application_network_address
Synopsis
This module allows the configuration of a DNS and an IPV4 or IPV6 network on OpenManage Enterprise. It is only applicable on versions
3.3 and above of OpenManage Enterprise and OpenManage Enterprise Modular.
NOTE:
The configuration changes can only be applied to one interface at a time.
Once the configuration changes are applied, the system management consoles might be unreachable for 2 minutes,
based on the changes made.
Options
Table 76. ome_application_network_address
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_nic False True NA Enable or disable Network Interface Card (NIC)
configuration.
Modules for OpenManage Enterprise (OME) 105