Skip to content
This repository was archived by the owner on Jan 16, 2018. It is now read-only.

OmarIthawi/ansible-human_log

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

ansible-human_log

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

Usage

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

[defaults]
callback_plugins = path/to/callback_plugins/

Debug

To debug, set in ansible.cfg:

[defaults]
stdout_callback = debug

or define environment variable `ANSIBLE_STDOUT_CALLBACK = debug'

Reference

Inspired from: https://github.com/redhat-openstack/khaleesi/blob/master/plugins/callbacks/human_log.py Original from: https://gist.github.com/cliffano/9868180

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%