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 45. ome_application_network_address (continued)
Parameter Required Default Choices Comments
○ This option is applicable when I(enable_vlan) is
true.
dns_configuration False NA NA DNS settings
Suboptions:
● register_with_dns: Register or unregister
I(dns_name) on the DNS Server. This option
cannot be updated if vLAN configuration changes.
● use_dhcp_for_dns_domain_name: Get the
I(dns_domain_name) using a DHCP server.
● dns_name: DNS name for I(hostname). This is
applicable when I(register_with_dns) is true.
● dns_domain_name: Static DNS domain
name. This is applicable when
I(use_dhcp_for_dns_domain_name) is false.
reboot_delay False NA NA The time in seconds, after which settings are applied.
This option is not mandatory.
Return values
msg:
type: str
description: Overall status of the network address configuration change.
returned: always
sample: Successfully updated network address configuration
network_configuration:
type: dict
description: Updated application network address configuration.
returned: on success
sample: {
"Delay": 0,
"DnsConfiguration": {
"DnsDomainName": "",
"DnsName": "MX-SVCTAG",
"RegisterWithDNS": false,
"UseDHCPForDNSDomainName": true
},
"EnableNIC": true,
"InterfaceName": "eth0",
"PrimaryInterface": true,
"Ipv4Configuration": {
"Enable": true,
"EnableDHCP": false,
"StaticAlternateDNSServer": "",
"StaticGateway": "192.168.0.2",
"StaticIPAddress": "192.168.0.3",
"StaticPreferredDNSServer": "192.168.0.4",
"StaticSubnetMask": "255.255.254.0",
"UseDHCPForDNSServerNames": false
},
"Ipv6Configuration": {
"Enable": true,
"EnableAutoConfiguration": true,
"StaticAlternateDNSServer": "",
"StaticGateway": "",
"StaticIPAddress": "",
"StaticPreferredDNSServer": "",
"StaticPrefixLength": 0,
"UseDHCPForDNSServerNames": true
},
"ManagementVLAN": {
"EnableVLAN": false,
"Id": 1
}
}
Modules for OpenManage Enterprise (OME)
117