This Ansible callback plugin for human-readable result logging for Ansible 1.9/2.0-2.4.
To use, set the callback plugins directory in ansible.cfg:
[defaults]
callback_plugins = path/to/callback_plugins/
To debug, set in ansible.cfg:
[defaults]
stdout_callback = debug
or define environment variable `ANSIBLE_STDOUT_CALLBACK = debug'
Inspired from: https://github.com/redhat-openstack/khaleesi/blob/master/plugins/callbacks/human_log.py Original from: https://gist.github.com/cliffano/9868180