wti.remote.cpm_firmware_update module – Set Serial port 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_firmware_update
.
New in wti.remote 2.9.0
Synopsis
Set Serial port parameters in WTI OOB and PDU devices
Parameters
Parameter |
Comments |
---|---|
If a file is defined, this file will be used to update the WTI device. |
|
This is the Password of the WTI device to send the module. |
|
This is the directory path to store the WTI device configuration file. Default: |
|
This is the URL of the WTI device to send the module. |
|
This is the Username of the WTI device to send the module. |
|
Force the download to both either Console (1) or Power (0) Choices:
|
|
After an upgrade, remove the upgrade OS image Choices:
|
|
If set to True, the upgrade will happen even if the device doesnt need it. 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
# Upgrade the firmware of a WTI device
- name: Upgrade the firmware of a WTI device
cpm_firmware_update:
cpm_url: "nonexist.wti.com"
cpm_username: "super"
cpm_password: "super"
use_https: true
validate_certs: false
# Upgrade the firmware of a WTI device and keep the download OS image after exit
- name: Upgrade the firmware of a WTI device and keep the download OS image after exit
cpm_firmware_update:
cpm_url: "nonexist.wti.com"
cpm_username: "super"
cpm_password: "super"
use_https: true
validate_certs: false
removefileonexit: "0"
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
The output XML configuration of the WTI device being updated Returned: always |
|
Length of the file uploaded in bytes Returned: success Sample: |
|
List of status returns from backup operation Returned: success Sample: |