community.general/lib/ansible/plugins/connection
Ganesh Nalawade c0326aea2f
Fix cli_command multiple prompt issue (#44922)
* Add check in network_cli to handle all prompts

* Add check_all flag to mandatory handle all the command prompt
  in prompts list. By default if any one prompt is handled
  remaining prompts are ignored.

* Fix cli_command multiple prompt issue

* If multiple prompt and answers are given as input network_cli
  handles only the first prompt that matched by default
* If a command execution results in muliple prompt the fix
  add support to set a boolean option C(check_all) to indicate
  network_cli to wait till all the prompts and answers are processed.

* Update cli_command

* Update api doc

* Fix unit test failure

* Fix CI failure

* Update network_cli

* Fix review comment
2018-08-31 20:04:12 +05:30
..
__init__.py Setting options is fine if plugins already exist (#44859) 2018-08-29 16:33:51 -04:00
buildah.py
chroot.py ensure 'home' translations (#36755) 2018-04-11 11:53:05 -04:00
docker.py
funcd.py
httpapi.py Move plugin option settings. (#44774) 2018-08-28 17:30:50 -04:00
iocage.py Python 2.6 `str.format()` compatibility fixes. 2018-01-10 14:08:11 -08:00
jail.py allow become methods for Jail connection plugin (#31746) 2018-05-07 21:30:24 -04:00
kubectl.py Add K8s inventory plugin (#34920) 2018-01-20 08:50:01 -05:00
libvirt_lxc.py ensure 'home' translations (#36755) 2018-04-11 11:53:05 -04:00
local.py
lxc.py Correct defaults in lxc and lxd connection plugin 2018-06-19 15:45:18 -04:00
lxd.py Correct defaults in lxc and lxd connection plugin 2018-06-19 15:45:18 -04:00
netconf.py Move plugin option settings. (#44774) 2018-08-28 17:30:50 -04:00
network_cli.py Fix cli_command multiple prompt issue (#44922) 2018-08-31 20:04:12 +05:30
oc.py Add K8s inventory plugin (#34920) 2018-01-20 08:50:01 -05:00
paramiko_ssh.py Fix typo 2018-08-10 01:34:23 +02:00
persistent.py Prevent data being truncated over persistent connection socket (#43885) 2018-08-10 09:26:58 -04:00
psrp.py psrp: Added new Windows connection plugin (#41729) 2018-08-21 16:43:13 -07:00
saltstack.py
ssh.py ssh - skip connection reset if controlpath does not exist (#43062) 2018-07-24 08:20:54 +10:00
winrm.py changed winrm _reset to reset and make ssh reset show warning (#42651) 2018-07-11 20:22:01 -07:00
zone.py