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
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 some time,
based on the changes made.
Options
Table 45. 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.
interface_name False NA NA
● If there are multiple interfaces, network
configuration changes can be applied to a single
interface using the interface name of the NIC.
● If this option is not specified, the primary interface
is chosen by default.
ipv4_configuration False NA ipv4 options IPv4 network configuration
NOTE: Ensure that you have an alternate
interface to access OpenManage Enterprise as
these options can change the current IPv4
address for I(hostname).
Suboptions:
● enable: Enable or disable access to the network
using IPv4.
● enable_dhcp: Enable or disable the automatic
request to get an IPv4 address from the IPv4
Dynamic Host Configuration Protocol (DHCP)
server.
If this option is true, then OpenManage Enterprise
retrieves the IP configuration—IPv4 address,
subnet mask, and gateway from a DHCP server on
the existing network.
● static_ip_address: Static IPv4 address. This option
is applicable when I(enable_dhcp) is false.
● static_subnet_mask: Static IPv4 subnet mask
address. This option is applicable when
I(enable_dhcp) is false.
● static_gateway: Static IPv4 gateway address. This
option is applicable when I(enable_dhcp) is false.
● use_dhcp_for_dns_server_names: This option
allows to automatically request and obtain a DNS
server IPv4 address from the DHCP server. This
option is applicable when I(enable_dhcp) is true.
● static_preferred_dns_server: Static IPv4 DNS
preferred server. This option is applicable when
I(use_dhcp_for_dns_server_names) is false.
Modules for OpenManage Enterprise (OME)
115