1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Michael DeHaan 8955ac1eda If the result of a dynamic inventory script contains a "_meta" hash at top level
and the _meta hash contains a "hostvars", don't call --host hostname for any elements
and just serve them directly for performance enhancements with the external inventory
script and a large number of hosts.
2013-08-04 11:34:42 -04:00
..
callback_plugins Renamed on_no_hosts_matched/on_no_hosts_remaining to correct names in noop callback, added methods to callback plugin examples. 2013-06-09 12:19:07 -04:00
inventory If the result of a dynamic inventory script contains a "_meta" hash at top level 2013-08-04 11:34:42 -04:00
playbook PEP8 indent fix. 2013-08-03 14:54:37 -04:00
runner Merge pull request #3692 from tima/action-init 2013-08-03 12:00:04 -07:00
utils now correctly 'types' value pairs that are passed as options to jinja 2013-08-01 21:08:23 -04:00
__init__.py Version bump and assorted things to start new development version. 2013-06-10 15:34:52 -04:00
callbacks.py PEP8 indent fix 2013-08-03 14:54:24 -04:00
color.py Check for existence of isatty on stdout before calling it 2013-07-19 11:06:31 +03:00
constants.py now ANSIBLE_KEEP_REMOTE_FILE acts as boolean 2013-07-14 22:08:36 -04:00
errors.py Introduce exception AnsibleFilterError and use it in Jinja filters. Ignore this exception when trying to find the name of a task for display (callback) purpose. 2013-07-07 19:18:32 +02:00
module_common.py Merge pull request #3706 from lorin/sudo_user_breakage 2013-08-01 17:15:26 -07:00