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
The Nitro API call seems to work and HTTP response is the expected one, however it seems not to be parsed correctly and nitro error code is set to -1...
Dear developers Even when I use the servicegroup sample from the samples folder: --- - hosts: citrix_adc vars: max_clients: 5 collections: - citrix.adc remote_user: root gather_facts: False tasks: - name:...
**Is your feature request related to a problem? Please describe.** The module citrix_adc_servicegroup (perhaps citrix_adc_lb_vserver as well) does not accept an asterisk (*) as argument (which is a non-int value)...
Similar to #64 I'm searching for a way to disable noted protocols for a service group, has the implementation already been updated or am I just search for the wrong...
Dear Developers! Dear GitHub Community! I would like to ask for a little support regarding the citrix_adc_nitro_request Ansible module when get_filtered operation is used. I have been trying to run...
Hello, Trying to link my server certificate to installed intermediate certificate on appliance via ansible but couldn't find how ... its looks like available in nitro api the https://developer-docs.citrix.com/projects/netscaler-nitro-api/en/12.0/configuration/ssl/sslcertlink/ Couldn't...
Could you update the main README with the exact code releases you've tested against? My team is still using 11.1 train of code and we hope to migrate to a...
**Describe the bug** ansible-playbook [core 2.13.4] python version = 3.9.12 (main, Jul 27 2022, 19:05:33) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] Updates to the backend of ansible is causing the...
### Summary When using the netscaler.adc.ssldhparam module, creation of a DH Key fails. My suggest is that "float" datatype is wrong for the "bits" parameter. Float adds a "." like...
### Summary Setting the state to "unset" results in error: fatal: [dkr_adc4 -> localhost]: FAILED! => {"changed": false, "msg": "value of state must be one of: absent, present, got: unset"}...