community.general/lib/ansible
Jesse Keating e8ad36c8d4 Store hosts for a play as a play attribute
Operate on that play attribute to make things faster for larger
inventories. Instead of making a round trip through inventory.list_hosts
and working through some lengthy list comprehensions over and over
again, calculate the potenital hosts for a play once, then reduce from
it the unavailable hosts when necessary.

Also moves how the %fail is done. The host count is a play level count
of available hosts, which then is compared after each task to the
current number of available hosts for the play. This used to get a new
count every task which was also time expensive.
2014-01-20 16:22:28 -08:00
..
callback_plugins Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
inventory Fixes #3129 Do not require localhost to be in inventory 2014-01-20 18:26:14 -05:00
module_utils Do not log the rax api_key argument in module invocation 2014-01-15 16:38:03 -06:00
playbook Store hosts for a play as a play attribute 2014-01-20 16:22:28 -08:00
runner Revert "Merge pull request #5325 from angstwad/add-su-support" 2014-01-20 16:10:11 -05:00
utils Revert "Merge pull request #5325 from angstwad/add-su-support" 2014-01-20 16:10:11 -05:00
__init__.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
callbacks.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
color.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
constants.py Revert "Merge pull request #5325 from angstwad/add-su-support" 2014-01-20 16:10:11 -05:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00