Thank you for your response Brian.
Can you please help me to decide the following?
Do you see any advantage for us if we rewrite with new plugins than sticking to our ssh-connection?
We have a ssh-connection plugin written almost 5 years ago.
Here we are connecting to the SHELL prompt directly on our NetScaler device, and then trying to run commands using `nscli` script.
I think, if we can directly connect to our NetScaler prompt, we can directly send the "show version" (for eg) commands directly and get output. In my understanding, that's where the `terminal` plugin comes from.
Since our existing ssh-connection was written a while ago (5 years), I am sure there must be a great good way in Ansible to connect to NetScaler (networking devices), which I am missing. Eg., `terminal` `netcli`, `net_conf` etc
Sumanth