f5-ansible icon indicating copy to clipboard operation
f5-ansible copied to clipboard

bigip_pool missing queue_on_connection_limit option

Open freedge opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe.

Wanting to set option

queue-on-connection-limit enabled

on a pool, but it is not available in any module.

Describe the solution you'd like

having a boolean queue_on_connection_limit (default false) in bigip_pool module arguments.

Describe alternatives you've considered

Currently doing

  - name: patch the pool
    bigip_command:
      commands: modify /ltm pool my-pool-queue queue-on-connection-limit enabled
      provider: "{{ provider }}"
    delegate_to: localhost

freedge avatar Jul 21 '21 16:07 freedge

@freedge - Suggest user AS3 with F5 Ansible v2 collections - See https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/refguide/schema-reference.html#pool-member for connectionLimit. Hope this helps. Please update your findings.

trinaths avatar Sep 13 '21 15:09 trinaths

Closing this now. Reopen if you still face the issue. Thanks!

KrithikaChidambaram avatar Nov 30 '22 17:11 KrithikaChidambaram