-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add virtual-servers option "per_flow_request_access_policy" in bigip_virtual_server and bigip_device_info #2419
Comments
I have done my own patch yesterday and test it with success on virtual servers with and without the option. |
Hi @oldmanhere, Before we can work on your pull request, you need to fulfill and signed CLA form: |
Hi @pgouband, These lines solve my client's trouble faster than if you code it on your own. I just can't wait for your solution. So, you are free to decline this code. |
Just for your information, the code from #2355 does not exist in my modified version tested. |
Hi, Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1649. |
Is your feature request related to a problem? Please describe.
There is no way to set per_flow_request_access_policy in bigip_virtual_server, or i haven't found how.
I do it for now with two tasks, one with bigip_virtual_server and after bigip_command like that :
commands: "tmsh modify ltm virtual /{{ partition }}/{{ vs_name }} per-flow-request-access-policy {{ per_flow_request_access_policy }}"
But it's not idempotent. (this feature request could be a bug report with another point of view)
Each time i run the playbook, the first task delete the option in the virtual_server with state "changed" and the second re-write the option.
Please, add a way to set directly the per_flow_request_access_policy option with bigip_virtual_server module, and the task will do nothing if it's already all set.
And, please again, add it in bigip_device_info to show all the options for the virtual_server in "virtual-servers" report.
Describe the solution you'd like
Sample:
The text was updated successfully, but these errors were encountered: