community.general/lib/ansible
Will Thames ab8490d003 Added warnings to command module
Generate warnings when users are shelling out to commands
rather than using modules

Can be turned off on a per-action line with the documented
warn=False flag. Can be turned off globally using
command_warnings = False in ansible config file.

Print out warnings using the standard playbook callbacks.

Created some additional tests in TestRunner.test_command
and also a demonstration playbook.
2014-08-22 15:37:07 -04:00
..
cache Use JSON instead of pickles for compatibility. 2014-08-11 12:23:05 -04:00
callback_plugins Remove runner_on_error callback that is never used. 2014-07-01 17:02:10 -04:00
inventory InventoryScript: better syntax checking for json stream 2014-08-21 18:06:07 +02:00
module_utils Add GovCloud region to list of regions for AWS 2014-08-21 16:12:51 -05:00
playbook Allow installation of roles from yaml roles file 2014-08-21 17:15:23 -04:00
runner Checking for localized versions of the su password prompt 2014-08-22 09:59:40 -05:00
utils Update tests for ansible-galaxy CLI additions. 2014-08-22 14:01:15 -04:00
__init__.py Version bump for 1.8 2014-08-06 13:17:28 -05:00
callbacks.py Added warnings to command module 2014-08-22 15:37:07 -04:00
color.py fixed typos found by RETF rules in PY files 2014-05-03 18:40:05 +02:00
constants.py Added warnings to command module 2014-08-22 15:37:07 -04:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Dedupe PTR record related code in rax_dns_record 2014-08-06 16:47:33 -05:00