community.general/lib/ansible/runner
Kent R. Spillner 1fcc9ff666 lookup_plugins: loop over hashes
Create a lookup plugin named dict that can be used to loop over hashes.
It converts a dict into a list of key-value pairs, with attributes named
"key" and "value."  Also adds a brief explanation and simple example to
the docs.

Signed-off-by: Kent R. Spillner <kspillner@acm.org>
2014-02-25 11:20:15 -06:00
..
action_plugins Fixes #6155 Inject checkmode into synchronize module args 2014-02-25 08:58:58 -05:00
connection_plugins Default port to 22 for paramiko when it is unset 2014-02-18 09:53:24 -06:00
filter_plugins Add tests that leverage most of our custom filters. A few more to add. 2014-02-20 15:24:03 -05:00
lookup_plugins lookup_plugins: loop over hashes 2014-02-25 11:20:15 -06:00
__init__.py Fixes #6161 Get the delegate host info properly from the hostvars object 2014-02-25 11:18:06 -05:00
connection.py Make private key customizable per host using ansible_ssh_private_key_file configurable as variable 2013-04-05 14:50:15 -04:00
poller.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
return_data.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00