community.network.vdirect_commit – Commits pending configuration changes on Radware devices¶
Note
This plugin is part of the community.network collection (version 2.1.1).
To install it use: ansible-galaxy collection install community.network
.
To use it in a playbook, specify: community.network.vdirect_commit
.
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.
Requirements¶
The below requirements are needed on the host that executes this module.
vdirect-client >= 4.9.0-post4
Parameters¶
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: no
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
result
string
|
success |
Message detailing actions result
Sample:
Requested actions were successfully performed on all devices.
|
Authors¶
Evgeny Fedoruk @ Radware LTD (@evgenyfedoruk)