wti.remote.cpm_interface_config module – Set network interface parameters in WTI OOB and PDU devices
Note
This module is part of the wti.remote collection (version 1.0.5).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install wti.remote
.
To use it in a playbook, specify: wti.remote.cpm_interface_config
.
New in wti.remote 2.10.0
Synopsis
Set network interface parameters in WTI OOB and PDU devices
Parameters
Parameter |
Comments |
---|---|
This is the Password of the WTI device to send the module. |
|
This is the URL of the WTI device to send the module. |
|
This is the Username of the WTI device to send the module. |
|
This is the ethernet port name that is getting configured. Choices:
|
|
IPv4 format IP address for the defined interface Port. |
|
Enable or Disable this ports configuration as the default IPv4 route for the device. Choices:
|
|
Enable IPv4 DHCP request call to obtain confufuration information. Choices:
|
|
Define IPv4 DHCP Hostname. |
|
IPv4 DHCP Lease Time. |
|
IPv6 DHCP Obtain DNS addresses auto. Choices:
|
|
IPv4 DHCP DNS Server Update. Choices:
|
|
IPv4 format Gateway address for the defined interface Port. |
|
IPv4 format Netmask for the defined interface Port. |
|
IPv6 format IP address for the defined interface Port. |
|
IPv6 format Gateway address for the defined interface Port. |
|
IPv6 format Subnet Prefix for the defined interface Port. |
|
This is the speed of the interface port being configured. 0=Auto, 1=10/half, 2=10/full, 3=100/half, 4=100/full, 5=1000/half, 6=1000/full Choices:
|
|
Designates to use an https connection or http connection. Choices:
|
|
Flag to control if the lookup will observe HTTP proxy environment variables when present. Choices:
|
|
If false, SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates. Choices:
|
Notes
Note
Use
groups/cpm
inmodule_defaults
to set common options used between CPM modules.
Examples
# Set Network Interface Parameters
- name: Set the Interface Parameters for port eth1 of a WTI device
cpm_interface_config:
cpm_url: "nonexist.wti.com"
cpm_username: "super"
cpm_password: "super"
use_https: true
validate_certs: false
interface: "eth1"
ipv4address: "192.168.0.14"
ipv4netmask: "255.255.255.0"
ipv4gateway: "192.168.0.1"
negotiation: 0
# Set Network Interface Parameters
- name: Set the Interface Parameters for port eth1 to DHCP of a WTI device
cpm_interface_config:
cpm_url: "nonexist.wti.com"
cpm_username: "super"
cpm_password: "super"
use_https: true
validate_certs: false
interface: "eth1"
negotiation: 0
ipv4dhcpenable: 1
ipv4dhcphostname: ""
ipv4dhcplease: -1
ipv4dhcpobdns: 0
ipv4dhcpupdns: 0
ipv4dhcpdefgateway: 0
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
The output JSON returned from the commands sent Returned: always |
|
Current k/v pairs of interface info for the WTI device after module execution. Returned: always Sample: |
|
Total interface ports requested of the WTI device. Returned: success Sample: |