community.general/lib/ansible
Brian Coca 37a918438b task logging revamp
* allow global no_log setting, no need to set at play or task level, but can be overriden by them
 * allow turning off syslog only on task execution from target host (manage_syslog), overlaps with no_log functionality
 * created log function for task modules to use, now we can remove all syslog references, will use systemd journal if present
 * added debug flag to modules, so they can make it call new log function conditionally
 * added debug logging in module's run_command
2015-09-25 23:57:28 -04:00
..
cli Apply --limit to inventory in adhoc commands 2015-09-23 08:28:38 -04:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor Use the task loop to calculate multiple delegated hosts 2015-09-25 01:41:09 -04:00
galaxy Fix typo in ansible module_utils import from galaxy code 2015-09-17 14:25:48 -04:00
inventory Fix for equality checking in Host to make sure things are like types 2015-09-25 16:49:31 -04:00
module_utils task logging revamp 2015-09-25 23:57:28 -04:00
modules Update core module ref 2015-09-25 07:49:32 -07:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing Move is_executable to the toplevel of basic.py so we can utilize it from other code 2015-09-25 07:48:57 -07:00
playbook task logging revamp 2015-09-25 23:57:28 -04:00
plugins task logging revamp 2015-09-25 23:57:28 -04:00
template Clean string data run through the template engine 2015-09-25 16:49:31 -04:00
utils Python 3: shlex.split() wants unicode 2015-09-24 12:36:05 +03:00
vars Clean up typo from cdc6c52 2015-09-25 16:58:27 -04:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py task logging revamp 2015-09-25 23:57:28 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00