You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/plugins
David Lee Whiteside 805799ac8b
add pkcs11 support to Ansible ssh connection module (#32829)
* rebased with upstream

* removed extra usetty as it wasnt needed, style changes, added var option setable by inventory for pkcs11

* update pkcs11_provider version_added

* Update lib/ansible/plugins/connection/ssh.py

Co-authored-by: Jordan Borean <jborean93@gmail.com>

* Update lib/ansible/plugins/connection/ssh.py

Correct logic for a password being required for pkcs11_provider

Co-authored-by: Jordan Borean <jborean93@gmail.com>

* style nit fixes for checking pkcs11_provider is set

* fixed duplication when using password_prompt with pkcs11_provider

* added changelog fragment

* added changelog fragment

Co-authored-by: David Whiteside <david.whiteside@nrel.gov>
Co-authored-by: Matt Davis <nitzmahone@users.noreply.github.com>
Co-authored-by: Jordan Borean <jborean93@gmail.com>
5 years ago
..
action Use the module redirect_list when getting defaults for action plugins (#73864) 5 years ago
become Remove deprecated PlayContext.make_become_cmd (#74790) 5 years ago
cache Fix BaseFileCacheModule#keys to respect prefix (#72789) 5 years ago
callback Fix missing delegate display (#74370) 5 years ago
connection add pkcs11 support to Ansible ssh connection module (#32829) 5 years ago
filter Revert "Add duplicated set filter and documentation (#72729)" (#74053) 5 years ago
inventory constructed - Add keyed_groups suboptions 'default_value' and 'trailing_separator' (#74005) 5 years ago
loader_fixtures Clean up unit test boilerplate. 6 years ago
lookup encrypt: add new paramter 'ident' (#74595) 5 years ago
shell powershell - fix nested CLIXML parser (#71412) 5 years ago
strategy Temporarily disable strategy units (#74048) 5 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_plugins.py plugin loader: return collection name; ansible-doc: handle ansible.builtin correctly (#70026) 6 years ago