Both
citrix.adcandnetscaler.adccan be used in the same Ansible playbook. However, it is recommended to migrate tonetscaler.adccollection.
- 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_requestandcitrix_adc_nitro_responsemodules of thecitrix.adccollection to perform the operations.
The below steps are applicable for the supported modules in
netscaler.adccollection.
Examples on using
netscaler.adccollection can be found at examples.
-
Install
netscaler.adccollection.ansible-galaxy collection install netscaler.adc
-
Update the playbooks to use
netscaler.adccollection.2.1. If the playbooks are using
citrix.adccollection, update the playbooks to usenetscaler.adccollection.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.adccollection bindings.The above steps are shown in the following example.
