ansible/lib/ansible
Mike Bryant 76cd7cadfe Allow ssh agent usage for junos_netconf
By default the `Shell` class disables ssh agents. The `junos_netconf`
module uses this class, but doesn't re-enable agents.
Here it's explicitly enabled again, so an ssh agent can be used to
connect to and configure Junos devices.
2016-05-18 07:55:31 -04:00
..
cli fixes-#15685-tools-that-paginate-show-spurious-less-output: less --version outputs to standard out not to standard error so this changes the redirect from 2> to > (#15720) 2016-05-09 16:50:25 -04:00
compat
config
errors Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
executor Adding a deprecation message for accelerated mode 2016-05-13 17:00:06 -04:00
galaxy API now connects to server lazily (#15632) 2016-04-28 23:28:49 -04:00
inventory made format more flexible and allow for non dict entries 2016-05-16 14:40:11 -04:00
module_utils Allow ssh agent usage for junos_netconf 2016-05-18 07:55:31 -04:00
modules New release v2.1.0.0-0.2.rc2 2016-05-13 17:07:03 -04:00
new_inventory
parsing make vi the default editor if no EDITOR 2016-05-02 08:45:01 -04:00
playbook Reworking retry/until logic to fix bugs 2016-05-13 16:09:17 -04:00
plugins net_template.py: Fix jinja2 template file search path (#15134) 2016-05-16 10:10:04 -04:00
template moved last utils.debug to display.debug 2016-04-08 16:00:36 -04:00
utils Add aliases 2016-04-29 01:29:04 -04:00
vars Do not include params when getting role vars in certain situations 2016-05-12 17:12:00 -04:00
__init__.py New release v2.1.0.0-0.2.rc2 2016-05-13 17:07:03 -04:00
constants.py add centrify dzdo escalation (#15219) 2016-04-25 11:24:26 -04:00
release.py Fix the version number 2016-04-29 14:01:14 -07:00
test-requirements.txt