Skip to content

Commit

Permalink
removed wrong ansible-galaxy command
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanth-lingappa authored Nov 27, 2023
1 parent a16567d commit 5698c29
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions migrating_from_v1_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

> Both `citrix.adc` and `netscaler.adc` can be used in the same Ansible playbook. However, it is recommended to migrate to `netscaler.adc` collection.

1. List of supported modules can be found at [Supported Modules](./supported_modules_matrix.md).
1. For any non supported modules, please raise an issue at the issue section of the repository.
2. Meanwhile, you can use the `citrix_adc_nitro_request` and `citrix_adc_nitro_response` modules of the `citrix.adc` collection to perform the operations.
Expand All @@ -10,23 +11,20 @@
> Examples on using `netscaler.adc` collection can be found at [examples](./examples/).
1. Remove `citrix.adc` collection from the system.

1. Install `netscaler.adc` collection.

```bash
ansible-galaxy collection remove citrix.adc
ansible-galaxy collection install netscaler.adc
```

2. Install `netscaler.adc` collection.

TBD

3. Update the playbooks to use `netscaler.adc` collection.
2. Update the playbooks to use `netscaler.adc` collection.

3.1. If the playbooks are using `citrix.adc` collection, update the playbooks to use `netscaler.adc` collection.
2.1. If the playbooks are using `citrix.adc` collection, update the playbooks to use `netscaler.adc` collection.

> It is recommended by Ansible to use fully qualified collection name in the playbooks.

3.2. If the playbook tasks are using bindings in `citrix.adc`, then update the bindings to use `netscaler.adc` collection bindings.
2.2. If the playbook tasks are using bindings in `citrix.adc`, then update the bindings to use `netscaler.adc` collection bindings.

The above steps are shown in the following example.

Expand Down

0 comments on commit 5698c29

Please sign in to comment.