summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/connection/network_cli.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to ansible.netcommonAnsible Core Team2020-03-091-759/+0
* Persistent connections: These timeouts seem unused (#66267)Nathaniel Case2020-01-101-8/+0
* Add test for reboot & wait_for_connection on EOS & IOS (#63014)Nathaniel Case2020-01-071-4/+21
* Fix network_cli become check to be compatible with collections (#65829)Ganesh Nalawade2019-12-141-1/+1
* Fix cli context check for network_cli connection (#64697)Ganesh Nalawade2019-11-261-0/+7
* Refactor CLI prompt mode check for network plugins (#63945)Ganesh Nalawade2019-11-031-0/+2
* Fix network plugin config option load from collection (#64046)Ganesh Nalawade2019-11-011-2/+3
* Try to escalate before on_open_shell to work around ios (#63571)Nathaniel Case2019-10-301-3/+3
* fix issue #60237 when non-ascii is returned from the WLC (#60243)Will Smith2019-10-011-2/+1
* Allow the use of _paramiko_conn even if the connection hasn't been started. (...Nathaniel Case2019-09-091-4/+9
* Connect before reading the prompt? (#61797)Nathaniel Case2019-09-051-0/+1
* Add support for network_cli connection retry (#61103)Ganesh Nalawade2019-08-281-2/+45
* Move instantiation of terminal plugin earlier (#61261)Nathaniel Case2019-08-271-4/+3
* Add support to configure network_cli terminal related options (#60086)Ganesh Nalawade2019-08-191-11/+98
* Delay persistent connection until needed (#59153)Nathaniel Case2019-08-141-5/+22
* Fix junos terminal regex for cluster srx devices (#53006)Ganesh Nalawade2019-03-071-2/+7
* standardize connection variable names (#51776)James Cassell2019-02-111-0/+1
* Fix stray string in network_cli (#51142)Nathaniel Case2019-01-221-1/+1
* Increase persistent command_timeout default value (#51056)Ganesh Nalawade2019-01-211-1/+1
* fix ansible_connect_timeout variable in connection plugins and nxos_install_o...Trishna Guha2019-01-161-0/+2
* Fix for AttributeError in network_cli (#50284)Ganesh Nalawade2018-12-241-1/+1
* Log device interaction and push labeled logs back to controller (#50028)Nathaniel Case2018-12-211-2/+26
* Allow persistent connection plugins to queue messages back to ansible-connect...Nathaniel Case2018-12-191-24/+19
* network_cli - ansible_command_timeout not working as expected (#49922)Deepak Agrawal2018-12-171-1/+9
* Remove cliconf from httpapi connection (#46813)Nathaniel Case2018-12-111-1/+1
* Adds hasattr checks for rpc calls used in network_cli plugins (#49173)Tim Rupp2018-11-261-2/+5
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Revert "enhance recv calls in network_cli (#47345)" (#47731)Ganesh Nalawade2018-10-291-14/+2
* enhance recv calls in network_cli (#47345)f-bor2018-10-261-2/+14
* Fix prompt mismatch issue for ios (#47004)Ganesh Nalawade2018-10-221-5/+69
* Move persistent connections to only use registered variables (#45616)Nathaniel Case2018-09-201-16/+15
* Fixup network connection documentation (#45487)Nathaniel Case2018-09-111-10/+10
* Prefer io.BytesIO over six; available on all supported Pythons (#45388)Jon Dufresne2018-09-101-1/+2
* Fix cli_command multiple prompt issue (#44922)Ganesh Nalawade2018-08-311-11/+27
* Move plugin option settings. (#44774)Nathaniel Case2018-08-281-0/+2
* Add support for multiple prompt answers in network_cli (#44492)Ganesh Nalawade2018-08-231-2/+5
* Fix ini variables for netconf and network_cli connections (#43599)Sebastian Wiesinger2018-08-021-8/+8
* Enable setting options for cliconf and other implementation plugins (if set t...Ganesh Nalawade2018-07-301-1/+0
* Support setting persistent command timeout per task basis (#42847)Ganesh Nalawade2018-07-201-0/+2
* Update eos, ios, vyos cliconf plugin (#42300)Ganesh Nalawade2018-07-041-4/+5
* Base connection class for network-style connections (#41839)Nathaniel Case2018-07-021-116/+60
* Refactor ios cliconf plugin and ios_config module (#39695)Ganesh Nalawade2018-06-061-0/+4
* Fix persistent timeout definitions (#40540)Nathaniel Case2018-05-221-2/+2
* Don't rewrite remote paths when remote is secretly local (#40259)Nathaniel Case2018-05-171-0/+2
* Rename persistent_connection_timeout to connect_timeout in INI section (#40260)Ricardo Carrillo Cruz2018-05-161-1/+1
* Pull persistent connection parameters via get_option (#39367)Ricardo Carrillo Cruz2018-05-161-3/+3
* more debug logs for free, network_cli, paramiko and add hostname context to d...jctanner2018-04-261-1/+8
* Fix aruba initial prompt issue (#39195)Ganesh Nalawade2018-04-261-1/+2
* ansible_ssh_pass is the ENV variable (#38035)John R Barker2018-04-041-1/+2
* Close & remove paramiko connection where appropriate (#37528)Nathaniel Case2018-03-161-1/+4