ansible/lib/ansible
Brian Coca df16e37ad7 Implicit localhost ondemand (#16900)
* Revert "There can be only one localhost"

This reverts commit 5f1bbb4fcd.
this broke several usages of localhost, see #16882, #16898 and #16886

* ensure there is only 1 localhost

fixes #16886, #16882 and #16898

- make sure localhost exists before returning it
- optimzed host caching
- ensure we always return a host object

(cherry picked from commit f7570f1dc4)
2016-08-02 10:39:37 -04:00
..
cli correctly set become value in console 2016-07-07 10:43:19 -04:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config
errors Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
executor (re)allow ansible_python_interpreter to contain more than 1 arg (#16247) 2016-07-28 13:55:02 -07:00
galaxy moved validate info from vvv to debug 2016-05-27 09:44:42 -04:00
inventory Implicit localhost ondemand (#16900) 2016-08-02 10:39:37 -04:00
module_utils cloudstack: handle unicode API results in has_changed (#16601) 2016-07-07 11:01:30 +02:00
modules New release v2.1.1.0-1 2016-07-28 10:32:34 -07:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Only show the traceback for importing cryptography when in Ansible Debug. (#16795) 2016-07-22 05:41:45 -07:00
playbook Force remote_user to be the currently user for connection=local 2016-07-06 23:10:47 -05:00
plugins Fix quoting of args for old-style modules 2016-07-28 13:55:02 -07:00
template allow spaces before the filter string (#16312) 2016-06-15 14:17:56 -04:00
utils Update and pin to azure-2.0.0rc5 2016-07-05 16:52:39 -07:00
vars Implicit localhost ondemand (#16900) 2016-08-02 10:39:37 -04:00
__init__.py Removing __version__ from __init__.py since it belongs in release.py 2016-06-04 11:00:08 -05:00
constants.py Allowing changed colour to be set properly from ansible.cfg (#16338) 2016-06-17 12:28:05 -04:00
release.py New release v2.1.1.0-0.1.rc1 2016-06-17 14:33:25 -05:00
test-requirements.txt