Users Guide

Table Of Contents
- name: Disbale nic interface eth1
ome_application_network_address:
hostname: "192.168.0.1"
username: "username"
password: "password"
enable_nic: false
interface_name: eth1
- name: Complete network settings for interface eth1
ome_application_network_address:
hostname: "192.168.0.1"
username: "username"
password: "password"
enable_nic: true
interface_name: eth1
ipv4_configuration:
enable: true
enable_dhcp: false
static_ip_address: 192.168.0.2
static_subnet_mask: 255.255.254.0
static_gateway: 192.168.0.3
use_dhcp_for_dns_server_names: false
static_preferred_dns_server: 192.168.0.4
static_alternate_dns_server: 192.168.0.5
ipv6_configuration:
enable: true
enable_auto_configuration: true
static_ip_address: 2607:f2b1:f081:9:1c8c:f1c7:47e:f120
static_prefix_length: 10
static_gateway: ffff::2607:f2b1:f081:9
use_dhcp_for_dns_server_names: true
static_preferred_dns_server: 2626:f2f2:f081:9:1c1c:f1f1:4747:1
static_alternate_dns_server: 2626:f2f2:f081:9:1c1c:f1f1:4747:2
dns_configuration:
register_with_dns: false
use_dhcp_for_dns_domain_name: true
dns_name: "MX-SVCTAG"
dns_domain_name: "dnslocaldomain"
reboot_delay: 1
Manage web server configuration
Module: ome_application_network_webserver
Synopsis
This module allows the configuration of a network web server.
Options
Table 57. ome_application_network_webserver
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
webserver_port False NA NA
Port number used by OpenManage Enterprise
to establish a secure server connection.
WARNING: A change in port number
results in a loss of connectivity in the
current session for a minute or more.
94 Modules for OpenManage Enterprise (OME)