ansible-human_log

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

  • 所有者: n0ts/ansible-human_log
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者n0ts/ansible-human_log
主编程语言Python
编程语言Python (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2016-01-19 10:54:51
推送于2019-03-31 12:37:55
最后一次提交2019-03-31 21:37:54
发布数2
最新版本名称0.0.2 (发布于 )
第一版名称0.0.1 (发布于 )
用户参与
星数132
关注者数8
派生数49
提交数25
已启用问题?
问题数11
打开的问题数1
拉请求数9
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?