ansible-collection-netscaleradc
ansible-collection-netscaleradc copied to clipboard
Custom Ansible modules for NetScaler ADC and NetScaler ADM. Part of NetScaler Automation Toolkit | https://github.com/netscaler/automation-toolkit
### Summary I'm trying to update an existing and assigned sslcertkey using the netscaler.adc.sslcertkey module, but it appears that such a feature is unavailable. I tried to use syntax like...
### Summary When I try to add binding members to an existing service group in desired mode, it's giving me a 409 error and won't let the additional members get...
[Bug]: `netscaler.adc.servicegroup` module is not idempotent when `tcpprofilename` attribute is used
### Summary When `tcpprofilename` is used with `nstcp_default_profile`, `netscaler.adc.servicegroup` module is not idempotent. This is because, NITRO's GET response is missing `tcpprofilename` > Note: This scenario does not occur when...
### Summary In current automation workflows it is common to run some pre-checks based on intended list of Nitro resources to configure, in order to exit an automation workflow early...
**Describe the bug** Module execution results in error when Deny SSL Renegotiation is enabled. "'Request failed: '}" **To Reproduce** 1. Install the Alpha Modules 2. Create any Task with any...
### Summary The [`responderglobal_responderpolicy_binding`](https://developer-docs.netscaler.com/en-us/adc-nitro-api/current-release/configuration/responder/responderglobal_responderpolicy_binding) takes both `args` and `filter` parameters in order to properly manage elements. GET requests take both `args` for the `type` and `filter` for the rest. DELETE...
### Summary I have a custom role that leverages the netscaler.adc modules to provision NITRO resources in bulk, where I take a configuration iterable as input, and each element represents...
### Summary I am trying to use the collection modules and seen several error messages suggesting that was caused by non-updatable attributes. In a declarative approach, I would like to...
Signed-off-by: Sumanth Lingappa
### Summary Continuing issue #346 The provided solution works with servicegroup, but fails with service & lbvserver. In case of servicegroup it provides expected result - after running special task...