vdirect_runnable – Runs templates and workflow actions in Radware vDirect server¶
New in version 2.5.
Synopsis¶
Runs configuration templates, creates workflows and runs workflow actions in Radware vDirect server.
Requirements¶
The below requirements are needed on the host that executes this module.
vdirect-client >= 4.1.1
Parameters¶
Notes¶
Note
Requires the Radware vdirect-client Python package on the host. This is as easy as
pip install vdirect-client
Examples¶
- name: vdirect_runnable
vdirect_runnable:
vdirect_ip: 10.10.10.10
vdirect_user: vDirect
vdirect_password: radware
runnable_type: ConfigurationTemplate
runnable_name: get_vlans
parameters: {'vlans_needed':1,'adc':[{'type':'Adc','name':'adc-1'}]}
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 run result
Sample:
Workflow action run completed.
|
Status¶
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by the Ansible Community. [community]
Authors¶
Evgeny Fedoruk @ Radware LTD (@evgenyfedoruk)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.