Releases: fboender/ansible-cmdb
Releases · fboender/ansible-cmdb
v1.22
- html_fancy template: Ability to turn off rendering of host details.
- html_fancy template: Ability to skip empty hosts for which no facts are available. This prevents empty entries with just the host's name in the output.
- Multiple
-i
params are now allowed - A bug in multiple inventory file support for Python v2 was fixed.
- A new 'html_fancy_split' template which generates a separate HTML file for each host with the host's details. Useful for large inventories.
- A new 'markdown_split' template which generates a separate Markdown file for each host with the host's details. Useful for large inventories and importing into Markdown-compatible wikis.
- Various fixes in encoding handling.
- Various other bugfixes.
v1.21
v1.20
This release brings the following changes:
- Support for installation in a VirtualEnv.
- New columns in the html_fancy template for the number of network interfaces and physical disk sizes.
- Improved error reporting.
- Added a "Reset settings" button to the html_fancy template that resets localStorage
- The user that generated the overview and the host it was generated on are now shown in the html_fancy output.
- Various minor cosmetic changes to the html_fancy template.
- Work properly with disk sizes of 0 bytes.
- Host detail information in the html_fancy template can now be collapsed. Use the
-p collapse=1
flag to automatically collapse all sections.
v1.19
v1.19 brings small incremental improvements, mostly in the error reporting:
- Always show stack trace on error and include class name.
- Exit with proper exit codes.
- Exclude certain file extensions from consideration as inventories.
- Improved error reporting and lookups of templates.
- Improved error reporting when specifying inventories.
v1.18
v1.17
v1.16
v1.15
v1.14
This is a bugfix and feature release, featuring the following changes:
- Look for ansible.cfg and use hostfile setting.
- html_fancy: Properly sort vcpu and ram columns.
- html_fancy: Remember which columns the user has toggled.
- html_fancy: display groups and hostvars even if no host information was collected.
- html_fancy: support for facter and custom facts.
- html_fancy: Hide sections if there are no items for it.
- html_fancy: Improvements in the rendering of custom variables.
- Apply Dynamic Inventory vars to all hostnames in the group.
- Many minor bugfixes.