Skip to content

This Ansible callback plugin for human-readable result logging for Ansible 1.9/2.0-2.4.

Notifications You must be signed in to change notification settings

n0ts/ansible-human_log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

ansible-human_log

This Ansible callback plugin for human-readable result logging for Ansible 2.0-2.4. It used to support 1.9.x, but this is not the case any more. Also it is of limited use for 2.2 onwards, as explained in the Alternative section below.

Usage

To use, set the callback plugins directory in ansible.cfg:

[defaults]
callback_plugins = path/to/callback_plugins/

Alternative

Ansible 2.2 introduced the debug output callback which offers very similar functionality to this human_log callback.

To use the debug callback, set the following in ansible.cfg:

[defaults]
stdout_callback = debug

Alternatively you can set the environment variable ANSIBLE_STDOUT_CALLBACK to debug.

References

About

This Ansible callback plugin for human-readable result logging for Ansible 1.9/2.0-2.4.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages