f5-ansible
f5-ansible copied to clipboard
bigip_pool missing queue_on_connection_limit option
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 - 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.
Closing this now. Reopen if you still face the issue. Thanks!