Hi

I would like to get an ansible simplied log file in the ansible master
machine with this format and no further details.

DATE | HOST | PATH TO APPLIED PLAYBOOK

Ideally I would like to keep another copy of the same log file in the
client machine where the playbook is executed.

I think the right approach would be to use a callback like this
https://github.com/ansible/ansible/blob/devel/plugins/callbacks/log_plays.py
but that example gives too verbose output for my needs.

Is there any published callback doing this simplified logging? or could
anyone point me to the right documentation to be able to modify
log_plays.py callback example to fit my needs?

thanks in advance for your help
Pablo.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CANKY03UJ%2BzfUoKci7tw06ni84chLyNjS7k-0KjpE4bzznbkdMA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to