Ansible Cmdb Versions Save

Generate host overview from ansible fact gathering output

1.22

6 years ago
  • 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.

1.21

7 years ago

This release fixes support for Python v2.6.

1.20

7 years ago

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.

1.19

7 years ago

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.

1.18

7 years ago

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.

1.17

7 years ago

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.

1.16

7 years ago

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)

1.15

7 years ago

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.

1.14

8 years ago

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.

1.13

8 years ago

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.