ansible-cmdb

Generates static HTML overview pages from Ansible facts

brewmacoslinux
Try with needOr install directly
Source

About

Generates static HTML overview page from Ansible facts

Commands

ansible-cmdb

Examples

Generate HTML report from Ansible facts directory$ ansible-cmdb /path/to/facts > overview.html
Create HTML report with custom template$ ansible-cmdb -t html_fancy /path/to/facts > report.html
Generate CSV output from Ansible facts$ ansible-cmdb -t csv /path/to/facts > inventory.csv