]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
A callback plugin that logs failure messages 96/head
authorAndrew Schoen <aschoen@redhat.com>
Mon, 3 Aug 2015 19:52:49 +0000 (14:52 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 5 Aug 2015 17:25:37 +0000 (12:25 -0500)
commit433d7805113b4ef7729134f119d41f952f14e9cf
treeb2103c20df658031a116d652e60fdc8991ac0769
parent788c14f263045242977e71d1e13a75507b726a6d
A callback plugin that logs failure messages

If the environment variable ANSIBLE_FAILURE_LOG is present then a log of
all failures in the playbook will be persisted to the file
path given in the ANSIBLE_FAILURE_LOG.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
.gitignore
callback_plugins/failure_log.py [new file with mode: 0644]