Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 3.0.0 User’s Guide
- 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)
- Modules for Redfish APIs
- Deprecated modules
- Deprecated iDRAC modules
- Install firmware
- View Lifecycle Controller status
- Export or Import Server Configuration Profile
- Configure time zone and NTP on iDRAC
- Configure iDRAC network
- Configure BIOS
- Configure iDRAC users
- Configure RAID
- Configure syslog
- Boot to a network ISO image
- Reset iDRAC
- View Lifecycle controller job status
- Export LC logs
- Delete LC job
- Delete LC job queue
- Deprecated OpenManage Enterprise (OME) modules
- Deprecated iDRAC modules
- Accessing documents from the Dell EMC support site
Table 56. ome_application_network_address (continued)
Parameter Required Default Choices Comments
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
}
}
error_info:
description: Details of the HTTP error.
returned: on HTTP error
type: dict
sample: {
"error": {
"@Message.ExtendedInfo": [
{
"Message": "Unable to update the address configuration because a dependent
field is missing for Use DHCP
for DNS Domain Name, Enable DHCP for ipv4 or Enable Autoconfig for ipv6
settings for valid configuration .",
"MessageArgs": [
"Use DHCP for DNS Domain Name, Enable DHCP for ipv4 or Enable Autoconfig
for ipv6 settings for valid
configuration"
],
"MessageId": "CAPP1304",
"RelatedProperties": [],
92
Modules for OpenManage Enterprise (OME)