Both
citrix.adc
andnetscaler.adc
can be used in the same Ansible playbook. However, it is recommended to migrate tonetscaler.adc
collection.
- List of supported modules can be found at Supported Modules.
- For any non supported modules, please raise an issue at the issue section of the repository.
- Meanwhile, you can use the
citrix_adc_nitro_request
andcitrix_adc_nitro_response
modules of thecitrix.adc
collection to perform the operations.
The below steps are applicable for the supported modules in
netscaler.adc
collection.
Examples on using
netscaler.adc
collection can be found at examples.
-
Install
netscaler.adc
collection.ansible-galaxy collection install netscaler.adc
-
Update the playbooks to use
netscaler.adc
collection.2.1. If the playbooks are using
citrix.adc
collection, update the playbooks to usenetscaler.adc
collection.It is recommended by Ansible to use fully qualified collection name in the playbooks.
2.2. If the playbook tasks are using bindings in
citrix.adc
, then update the bindings to usenetscaler.adc
collection bindings.The above steps are shown in the following example.