ansible/lib/ansible
Peter Sprygada d4c78b84f0 fixes issue with ssh keyfile and nxos authentication
The nxos cli provider would not properly handle ssh key files passed
from the playbook task.   The ssh_keyfile argument is now properly
passed to the ssh authentication method

This fix address the bug reported in #3862
2016-06-07 21:28:31 -04:00
..
cli Force relative role paths to be absolute and correct errors about missing path(s). (#16088) 2016-06-06 15:46:34 -05:00
compat
config
errors Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
executor Create state in PlayIterator for unknown hosts rather than raise errors 2016-06-07 09:45:22 -05:00
galaxy moved validate info from vvv to debug 2016-05-27 09:44:42 -04:00
inventory Make sure we add host/group vars files when parsing inventory 2016-06-06 15:45:55 -05:00
module_utils fixes issue with ssh keyfile and nxos authentication 2016-06-07 21:28:31 -04:00
modules bump submodule refs 2016-06-07 17:13:53 -07:00
new_inventory
parsing Catch DistributionNotFound when pycrypto is absent (#15731) 2016-05-25 06:59:37 -07:00
playbook Revert "don't tempalte register" 2016-06-07 13:40:36 -05:00
plugins fix: playbook_on_task_start expects name and not task object (#16168) 2016-06-07 09:43:39 -04:00
template moved last utils.debug to display.debug 2016-04-08 16:00:36 -04:00
utils update azure minimum doc fragment 2016-06-04 16:06:29 -07:00
vars Further tweaks to variable precedence to make it match our docs 2016-06-07 12:09:05 -05:00
__init__.py Removing __version__ from __init__.py since it belongs in release.py 2016-06-04 11:00:08 -05:00
constants.py Force relative role paths to be absolute and correct errors about missing path(s). (#16088) 2016-06-06 15:46:34 -05:00
release.py Fix the version number 2016-04-29 14:01:14 -07:00
test-requirements.txt