From cb220aac09a13f04fded6989702bee75bc1e4ff9 Mon Sep 17 00:00:00 2001 From: Sumanth Lingappa <42572246+sumanth-lingappa@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:14:08 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f766cb341..e4e6a36c2 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,10 @@ Refer to the [migrating_from_v1_v2.md](migrating_from_v1_v2.md) file for the mig Refer to the [supported_modules_matrix.md](supported_modules_matrix.md) file for the list of supported modules in `netscaler.adc` collection. +## SSH connection module + +Refer https://github.com/netscaler/ansible-collection-netscaleradc/issues/309 + ## Todo list for the `netscaler.adc` collection - [x] Support for `nitro_auth_token` parameter in all modules. @@ -161,7 +165,7 @@ Refer to the [supported_modules_matrix.md](supported_modules_matrix.md) file for - [x] Add appropriate license to the collection. - [x] Upload the collection to Ansible Galaxy. - [x] Support configuring ADC with ADM as proxy. Refer to [NetScaler ADM as an API proxy server](https://docs.netscaler.com/en-us/citrix-application-delivery-management-software/current-release/adm-as-api-proxy-server.html) for more details. -- [ ] Implement SSH connection module +- [ ] Implement SSH connection module - Refer https://github.com/netscaler/ansible-collection-netscaleradc/issues/309 - [ ] Support for generic modules similar to `citrix.adc.nitro_request` and `citrix.adc.nitro_resource`? - [ ] migration tool to convert `citrix.adc` playbooks (including generic `citrix.adc.nitro_request` and `citrix.adc.nitro_resource` modules) to `netscaler.adc` modules - [ ] Add more examples