Skip to content

Releases: fboender/ansible-cmdb

v1.22

08 Jul 10:36
Compare
Choose a tag to compare
  • 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

25 Feb 11:01
Compare
Choose a tag to compare

This release fixes support for Python v2.6.

v1.20

12 Feb 16:18
Compare
Choose a tag to compare

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

07 Jan 17:36
Compare
Choose a tag to compare

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

18 Dec 08:41
Compare
Choose a tag to compare

This is a minor release featuring:

  • Python Pip package support.
  • Fixes in the "Make install" from repository procedure.
  • If Ansible-cmdb finds a "hosts" file in the current dir, it will use it.

v1.17

08 Oct 15:32
Compare
Choose a tag to compare

This is a minor bug-fix release:

  • A bug that caused whitespace to be added each time a character was typed into the search box was fixed.
  • Fix for HP-UX missing netmask (patch by Randy Rasmussen)
  • SQL template improvements for BSD.

v1.16

02 Sep 15:17
Compare
Choose a tag to compare

This release brings the following changes:

  • Added "all ipv6" column to html_fancy template.
  • Fixed broken name urls on html_fancy template (patch by Jordan Anderson)

v1.15

28 Jul 16:34
Compare
Choose a tag to compare

This release brings the following changes:

  • Improvements to the resilience against wrong, unsupported and missing data.
  • SQL template. Generates SQL for use with SQLite and MySQL.
  • Minor bugfixes.

v1.14

23 Apr 06:18
Compare
Choose a tag to compare

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.

v1.13

12 Mar 08:15
Compare
Choose a tag to compare

This release adds two new templates:

  • csv: Output a CSV file with host information.
  • markdown: Output a Markdown-formatted file with host information.

It also includes minor cosmetic changes to the html_fancy template.