Commit Graph

99 Commits (4e69d83fac2efff3ac8f2fbc8a1e8a9728edc57e)

Author SHA1 Message Date
Lee Garrett 7e3916b767
Typo fixes and other bits and bobs (#83672)
2 years ago
Abhijeet Kasurde d16ad25e4b
Remove extraneous pylint ignore (#83257)
2 years ago
Abhijeet Kasurde 21a987b8b6
connection: update test coverage for SSH connection plugin (#82916)
2 years ago
Abhijeet Kasurde d86ad77d6f
Remove deprecated scp_if_ssh from SSH connection plugin (#82072)
2 years ago
Jordan Borean 942424e10b
Avoid winrm hang on stdin write failure (#82766)
2 years ago
Jordan Borean f8a9fd4758
Remove duplicate winrm test (#82124)
3 years ago
Matt Clay 5b1b0ce762 Remove Python 2 compat (via six) from unit tests
3 years ago
Matt Clay 18e8401edd
Remove Python 2.x compat from unit tests (#82109)
3 years ago
Sviatoslav Sydorenko d2ba76c117
Remove Python `< 3.5` `selectors` fallbacks (#81872)
3 years ago
Jordan Borean 976067c15f
Add more winrm coverage (#81923)
3 years ago
Jordan Borean 282908c57e
Add test coverage for winrm (#81910)
3 years ago
Matt Clay 9f899f9492
Require `from __future__ import annotations` (#81902)
3 years ago
Matt Clay 8c9f5c9106
Remove unused unit test code (#81150)
3 years ago
Matt Clay 2cd1744be3
Use ansible.module_utils.common.text.converters (#80704)
3 years ago
Sloane Hertel 46c08c4467
move test so it runs when the plugin is modified (#80158)
3 years ago
Sloane Hertel 9a03c8f5b3
update paramiko_ssh unit tests load the connection with plugin loader (#80157)
3 years ago
Matt Clay 25d859f8fb
Clean up unused imports in unit tests (#79893)
3 years ago
Matt Clay 3a9a23fb1a
Use unittest.mock instead of mock. (#77883)
4 years ago
Jordan Borean 60b4200bc6
winrm - ensure callers PATH for kinit is set (#77401)
4 years ago
Matt Clay 1a5853d794
Remove obsolete units.compat.mock compat layer. (#77118)
4 years ago
Brian Coca 0ff80a15ba
ssh connection avoid parsiing own debug (#76732)
4 years ago
Sam Doran a8de35e131
task_executor - use correct value for ssh connection retries (#75155)
5 years ago
David Lee Whiteside 805799ac8b
add pkcs11 support to Ansible ssh connection module (#32829)
5 years ago
Sam Doran 74b2add460
paramiko_ssh - mark connection as connected when successful (#74459)
5 years ago
Brian Coca b07a78b4ba
remove deprecated connection password functions (#74155)
5 years ago
Brian Coca 935528e22e
finish migrating ssh plugin to config system (#73708)
5 years ago
Brian Coca 2b0cd2c13f
use correct executable and options in all cases (#73323)
5 years ago
Jordan Borean e22e103cdf
winrm - Added kinit_args to control the args for kinit calls (#70624)
6 years ago
Bob Weinand f200487414
Fix filedescriptor out of range in select() when running commands (#65058)
6 years ago
Ansible Core Team 9a7a574ffc Migrated to ansible.netcommon
6 years ago
Ansible Core Team 4e488d8435 Migrated to community.general
6 years ago
Ansible Core Team 58e8a91f4d Migrated to community.amazon
6 years ago
Rick Elrod 65edd5e37f Split test_connection into individual files
6 years ago
psharkey f8fb391548 new connection plugin aws_ssm (#49652)
6 years ago
Paul Belanger 093d1500b9
Clean up flake8 for ansible.netcommon collection (#65842)
6 years ago
Jordan Borean 7092c196ed
config manager str type vault source (#65023)
7 years ago
Nathaniel Case 50e09be14f
Allow the use of _paramiko_conn even if the connection hasn't been started. (#61570)
7 years ago
Nathaniel Case e8586114ad
Move instantiation of terminal plugin earlier (#61261)
7 years ago
Ganesh Nalawade 49736b6b27
Add support to configure network_cli terminal related options (#60086)
7 years ago
Nathaniel Case 7d3c4a8882
Delay persistent connection until needed (#59153)
7 years ago
Andrey Klychkov 21863d48f3 unit tests: remove unused imports (#60462)
7 years ago
Andrey Klychkov 32de51adac Unit tests: remove unused imports (#59740)
7 years ago
markafarrell 43872d6b88 Fix netconf guess_network_os to use ssh_config if supplied. (#55199)
7 years ago
Jordan Borean ebd4462c23
Fix tests for the psrp connection plugin (#55061)
7 years ago
Matt Clay 3ea05f7757 Add pypsrp to unit tests and disable failing test.
7 years ago
Matt Martz c55317a2bd
Update connection plugins to use correct, non-deprecated, methods (#52038)
7 years ago
Matt Martz 445ff39f94
Become plugins (#50991)
7 years ago
Sam Doran 9d4c0dc111 Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776)
7 years ago
Ganesh Nalawade 17fea30841
Revert "enhance recv calls in network_cli (#47345)" (#47731)
8 years ago
f-bor c649d0ea32 enhance recv calls in network_cli (#47345)
8 years ago