Open gomesjj opened 4 days ago
Hi @gomesjj,
Individuals or business entities who contribute to this project must complete and submit the F5 Contributor License Agreement to Ansible_CLA@f5.com prior to their code submission being included in this project.
@pgouband,
I've sent the license agreement, although I think the changes are so minimal that I don't count it as proper contribution...
Anyway, raised pull request #2439.
I've closed the previous pull request as I made a mistake and submitted the wrong changes. I will raise another one… Sorry.
New pull request raised: #2441.
Hi,
Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1706.
Is your feature request related to a problem? Please describe.
There's no option to set the 'serverssl-use-sni' option using the "bigip_virtual_server" module. The module "bigip_device_info" also doesn't report this option's state.
As a workaround I am using the "bigip_command" module (see below example), but that is not idempotent and a warning is generated to that effect.
Using:
Describe the solution you'd like
I would like the ability to use the "bigip_virtual_server" module to set the option.
Desired:
Describe alternatives you've considered
I've been using the "bigip_command" module, and I've also tested with the F5 rest API. I am not in a position to use AS3.
Additional context
Issue #2391 (raised in Feb) with the same request, but was invalidated with a recommendation to use the "bigip_command" module. However, I believe an idempotent method should be used. Also note that issue #2419 was recently addressed, adding the "per_flow_request_access_policy" option, which could also be set via the "bigip_command" module.
I've patched the modules locally and both work correctly. I can raise a pull request and provide the simple modifications to the modules if required.
Changes to modules:
"bigip_virtual_server" - adding 30 lines "bigip_device_info" - adding 15 lines