netscaler / ansible-collection-netscaleradc

Custom Ansible modules for NetScaler ADC and NetScaler ADM. Part of NetScaler Automation Toolkit | https://github.com/netscaler/automation-toolkit
https://netscaler.github.io/ansible-collection-netscaleradc/
MIT License
114 stars 56 forks source link

netscaler_lb_vserver does not support policy bindings #13

Closed giorgos-nikolopoulos closed 5 years ago

giorgos-nikolopoulos commented 7 years ago

netscaler_lb_vserver supports only service, servicegroup and ssl key bindings.

The ability to add policybindings should be added.

giorgos-nikolopoulos commented 6 years ago

Adding policy bindings using the NITRO API is more complicated than expected.

There are somewhere around a dozen of different policy binding objects and distinguishing between them is not trivial.

We will have to evaluate if and how many types of policy bindings we are going to implement.

giorgos-nikolopoulos commented 5 years ago

This issue's resolution is deferred for when the rewrite of the older citrixadc* modules is performed.