a10_waf_template_form_protection
Synopsis
Web form protection
Parameters
Parameters |
Choices/Defaults |
Comment |
---|---|---|
state str/required |
[‘noop’, ‘present’, ‘absent’] |
State of the object to be created. |
ansible_host str/required |
Host for AXAPI authentication |
|
ansible_username str/required |
Username for AXAPI authentication |
|
ansible_password str/required |
Password for AXAPI authentication |
|
ansible_port int/required |
Port for AXAPI authentication |
|
a10_device_context_id int |
[‘1-8’] |
Device ID for aVCS configuration |
a10_partition str |
Destination/target partition for object/command |
|
template_name str/required |
Key to identify parent object |
|
enable_disable_action str |
‘enable’= Enable web form protections (default); ‘disable’= Disable web form protections; |
|
csrf_check bool |
Tag the form to protect against Cross-site Request Forgery |
|
field_consistency_check bool |
Form input consistency check |
|
password_check_non_masked bool |
Check forms that have a password field with a textual type, resulting in this field not being masked |
|
password_check_non_ssl bool |
Check forms that has a password field if the form is not sent over an SSL connection |
|
password_check_autocomplete bool |
Check to protect against server-generated form which contain password fields that allow autocomplete |
|
form_check_non_ssl bool |
Check whether SSL is used for request with forms |
|
form_check_caching bool |
Disable caching for response with forms |
|
form_check_non_post bool |
Check whether POST is used for request with forms |
|
form_check_request_non_post bool |
Check whether POST is used for request with forms |
|
form_check_response_non_post bool |
Check whether form method POST is used for response with forms |
|
form_check_response_non_post_sanitize bool |
Change form method GET to POST (Use with caution= make sure server application still work) |
|
uuid str |
uuid of the object |
Examples
Return Values
- modified_values (changed, dict, )
Values modified (or potential changes if using check_mode) as a result of task operation
- axapi_calls (always, list, )
Sequential list of AXAPI calls made by the task
- endpoint (, str, [‘/axapi/v3/slb/virtual_server’, ‘/axapi/v3/file/ssl-cert’])
The AXAPI endpoint being accessed.
- http_method (, str, [‘POST’, ‘GET’])
HTTP method being used by the primary task to interact with the AXAPI endpoint.
- request_body (, complex, )
Params used to query the AXAPI
- response_body (, complex, )
Response from the AXAPI
Status
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by community.