community.general/lib/ansible
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
..
callback_plugins
inventory Merge branch 'issue_4620' of https://github.com/jimi-c/ansible into jimi-c-issue_4620 2014-02-24 20:30:25 -06:00
module_utils Fixing several bugs in assemble and updating tests 2014-02-24 14:27:23 -06:00
playbook Fixing bug in which playbook vars were not merged properly 2014-02-20 15:25:52 -05:00
runner lookup_plugins: loop over hashes 2014-02-25 11:20:15 -06:00
utils Fix decryption error 2014-02-24 13:20:27 -05:00
__init__.py
callbacks.py Filter out messages that match the pattern username:password@host 2014-02-13 14:23:49 -06:00
color.py
constants.py Ansible vault: a framework for encrypting any playbook or var file. 2014-02-18 15:35:12 -05:00
errors.py
module_common.py