I use Ansible from 1 year ago, and I’m happy user. Now we want to monitoring our deploy, how many actions/changes/failures and report to our database/graphite/etc… I don’t know if possible any method into the playbook that we can get this. Can you help me?
Someone in IRC pointed me this link which uses callback plugins to log events to datadog monitoring services. Maybe this could help
you or use it as a reference.
I use the logging callback plugin and awk/sed/perl the file for some stats, not very appealing to most. I would also check Tower, I believe they’ve built some nice reporting into it.