Add virtual server option "serverssl-use-sni" in "bigip_virtual_server" and "bigip_device_info" #2438
Labels
backlog
Item logged internally
enhancement
PRs or Issues for basic feature requests for an existing module.
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
The text was updated successfully, but these errors were encountered: