community.network.vdirect_commit module – Commits pending configuration changes on Radware devices
Note
This module is part of the community.network collection (version 5.1.0).
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 community.network
.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: community.network.vdirect_commit
.
Note
The community.network collection has been deprecated and will be removed from Ansible 12. See the discussion thread for more information.
DEPRECATED
- Removed in:
version 6.0.0
- Why:
This collection and all content in it is unmaintained and deprecated.
- Alternative:
Unknown.
Synopsis
Commits pending configuration changes on one or more Radware devices via vDirect server.
For Alteon ADC device, apply, sync and save actions will be performed by default. Skipping of an action is possible by explicit parameter specifying.
For Alteon VX Container device, no sync operation will be performed since sync action is only relevant for Alteon ADC devices.
For DefensePro and AppWall devices, a bulk commit action will be performed. Explicit apply, sync and save actions specifying is not relevant.
Aliases: network.radware.vdirect_commit
Requirements
The below requirements are needed on the host that executes this module.
vdirect-client >= 4.9.0-post4
Parameters
Parameter |
Comments |
---|---|
If Choices:
|
|
List of Radware Alteon device names for commit operations. |
|
If Choices:
|
|
If Choices:
|
|
If may be set as This should only set to Choices:
|
|
vDirect server HTTP port number, may be set as Default: |
|
vDirect server HTTPS port number, may be set as Default: |
|
Primary vDirect server IP address, may be set as |
|
vDirect server password, may be set as |
|
Secondary vDirect server IP address, may be set as |
|
Amount of time to wait for async operation completion [seconds], may be set as Default: |
|
If may be set as Choices:
|
|
vDirect server username, may be set as |
|
Wait for async operation to complete, may be set as Choices:
|
Notes
Note
Requires the Radware vdirect-client Python package on the host. This is as easy as
pip install vdirect-client
Examples
- name: Commit
community.network.vdirect_commit:
vdirect_ip: 10.10.10.10
vdirect_user: vDirect
vdirect_password: radware
devices: ['dev1', 'dev2']
sync: false
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Message detailing actions result Returned: success Sample: |
Status
This module will be removed in version 6.0.0. [deprecated]
For more information see DEPRECATED.