From e1a9040ad1302704d6bc24b37887a1605746519e Mon Sep 17 00:00:00 2001 From: Sumanth Lingappa <42572246+sumanth-lingappa@users.noreply.github.com> Date: Fri, 6 Oct 2023 16:21:16 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b97a1e1e6..9f6145fbf 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ Refer to the [supported_modules_matrix.md](supported_modules_matrix.md) file for - [x] Upload the collection to Ansible Galaxy. - [ ] 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 +- [ ] 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 - [ ] Write a python script which converts examples/playbook.yaml to module's EXAMPLE documentation - [ ] SSH Connection module