community.general/lib/ansible
Toshio Kuratomi 5a1e35224b Make changes proposed during review of restrict fact gathering feature:
* Make documentation examples into code blocks
* Make code to call the subsets more general.
* Made min subset always execute (cannot disable it).
* Use a passed in modules parameter rather than global modules.  This is needed for ziploader
* Remove unneeded __init__()
* Remove uneeded multiple inheritance from a base class
* gather_facts is now a list type
2016-03-14 14:53:29 -07:00
..
cli Also changing ansible-shell -> ansible-console in cli code comments 2016-03-09 13:53:52 -05:00
compat
config
errors Relocate use of ERROR to display class, to avoid doubling up 2016-01-19 12:10:39 -05:00
executor Add a way to restrict gathered facts in Ansible: 2016-03-14 14:53:28 -07:00
galaxy Fix bug 14715: Galaxy CLI paging error 2016-02-29 21:21:32 -05:00
inventory added warning for when host file doesn't exist 2016-02-29 16:18:06 -05:00
module_utils Make changes proposed during review of restrict fact gathering feature: 2016-03-14 14:53:29 -07:00
modules Updating submodule refs 2016-03-09 15:52:23 -05:00
new_inventory
parsing Use to_bytes on filenames in filesystem calls. 2016-03-04 09:08:41 -08:00
playbook Make changes proposed during review of restrict fact gathering feature: 2016-03-14 14:53:29 -07:00
plugins now item callback honors display_skipped_hosts 2016-03-14 13:13:50 -04:00
template Merge pull request #14504 from bcoca/template_comments 2016-03-06 10:45:18 -05:00
utils Add missing to_bytes on directory path. 2016-03-11 16:55:51 -08:00
vars make sure group_names is always sorted 2016-03-04 13:12:35 -05:00
__init__.py Bump version in devel now that stable-2.0 has been branched 2015-12-02 17:57:53 +05:30
constants.py Add a way to restrict gathered facts in Ansible: 2016-03-14 14:53:28 -07:00
test-requirements.txt