New in version 2.5.
The below requirements are needed on the host that executes this module.
Parameter | Choices/Defaults | Comments |
---|---|---|
apply
bool |
|
If
no , apply action will not be performed. Relevant for ADC devices only. |
devices
required |
List of Radware Alteon device names for commit operations.
|
|
save
bool |
|
If
no , save action will not be performed. Relevant for ADC devices only. |
sync
bool |
|
If
no , sync action will not be performed. Relevant for ADC devices only. |
vdirect_http_port |
Default: 2188
|
vDirect server HTTP port number, may be set as
VDIRECT_HTTP_PORT environment variable. |
vdirect_https_port |
Default: 2189
|
vDirect server HTTPS port number, may be set as
VDIRECT_HTTPS_PORT environment variable. |
vdirect_ip
required |
Primary vDirect server IP address, may be set as
VDIRECT_IP environment variable. |
|
vdirect_password
required |
vDirect server password, may be set as
VDIRECT_PASSWORD environment variable. |
|
vdirect_secondary_ip |
Secondary vDirect server IP address, may be set as
VDIRECT_SECONDARY_IP environment variable. |
|
vdirect_timeout |
Default: 60
|
Amount of time to wait for async operation completion [seconds],
may be set as
VDIRECT_TIMEOUT environment variable. |
vdirect_use_ssl
bool |
|
If
no , an HTTP connection will be used instead of the default HTTPS connection,may be set as
VDIRECT_HTTPS or VDIRECT_USE_SSL environment variable. |
vdirect_user
required |
vDirect server username, may be set as
VDIRECT_USER environment variable. |
|
vdirect_validate_certs
bool |
|
If
no , SSL certificates will not be validated,may be set as
VDIRECT_VALIDATE_CERTS or VDIRECT_VERIFY environment variable.This should only set to
no used on personally controlled sites using self-signed certificates. |
vdirect_wait
bool |
|
Wait for async operation to complete, may be set as
VDIRECT_WAIT environment variable. |
Note
pip install vdirect-client
- name: vdirect_commit
vdirect_commit:
vdirect_ip: 10.10.10.10
vdirect_user: vDirect
vdirect_password: radware
devices: ['dev1', 'dev2']
sync: no
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.
|
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Hint
If you notice any issues in this documentation you can edit this document to improve it.