Apps/utilities to store facts?

Are there any apps out there designed to store facts from ansible runs, kind of like puppetdb? I think it would be kind of useful to have this info readily available to view/query outside of playbook runs.

Guy

You can cache facts either in a json file or using redis - have a look at fact caching on this page here:

http://docs.ansible.com/ansible/playbooks_variables.html#fact-caching

Hope this helps,

Jon

I've been stashing them in CouchDB, but haven't as of yet found anything
useful/interesting to do with the actual data.

What sort of queries or structure is of interest?

A+
Dave

Check out Ansible Configuration Management Database
https://github.com/fboender/ansible-cmdb

You can also check out the example her
https://rawgit.com/fboender/ansible-cmdb/master/example/html_fancy.html