Ansible Cmdb Versions Save

Generate host overview from ansible fact gathering output

1.31

3 years ago

This release features the following changes:

  • PyPi package had wrong license (MIT). Changed to GPLv3.
  • Minor changes to variable parsing and applying.
  • A fix for the "sql" template. A new reserved keyword has been renamed.
  • Minor changes and improvements to the "html_fancy" template.

1.30

5 years ago

Changes in this release:

  • Minor bugfixes
  • --exclude-cols option didn't work in html_fancy template. Fixed.
  • "Show only given columns" (-c / --columns option) now does what you'd think for html_fancy templates.
  • Changed the build system from Make to sla.

1.29

5 years ago

This release of ansible features the following changes:

  • You can now limit which hosts are included in the output with the -l / --limit commandline option.
  • You can now easily add custom columns using the -C / --cust-cols option. See the documentation for how to use them.
  • SELinux info is now properly displayed in host details.
  • Various minor fixes to templates.
  • Support for RPM packages has been dropped due to Alien no longer working properly.

1.28

5 years ago

v1.28 features several bug fixes:

  • Better host fact updating prevents problems with differently structured host facts.
  • Various improvements and fixes for abnormal network interface structures.

Additionally, support for RPM distribution has been dropped and the Arch Linux instructions have been removed since the package is lagging behind by 8 versions.

1.27

5 years ago

Version 1.27 features several bug fixes:

  • Handle empty host var files properly.
  • Fixed free disk space in sql template.
  • YAML tags (e.g. !vault) in host and group var files are now properly ignored and no longer generate warnings.

1.26.1

6 years ago

This release fixes bugs in the Python package for ansible-cmdb. No other changes were made.

1.26

6 years ago

The following features were added or improved:

  • Custom and host local facts are now sorted by name
  • Updates in the python packages that ansible-cmdb depends on.
  • Improvements to the uninstall procedures.

The following bug fixes were made:

  • Fixes in how columns are displayed
  • Fixes in how custom and host local facts are parsed and displayed.
  • Fixes in the markdown template that prevented rendering if there were no host vars.
  • Various fixes in the html_fancy templates
  • Several fixes that prevented ansible-cmdb from properly working on systems with only Python v3.x
  • Bug fix in the RPM package that prevented installation on some Redhat / Centos versions.

1.25

6 years ago

This release features the following changes:

Features:

  • A new --exclude-cols switch was added which excludes columns entirely from the output of the fancy_html template. This can make the output much smaller and thus faster (notably the exclusion of the "(Mem|Disk) Free / Available" columns.
  • 'all' variables are now properly applied.

Bug fixes:

  • A bug in the inventory parser regarding comments was fixed (patch by Daniel Linder)
  • Hostnames got '.yml' and such appended to them. This has been fixed.
  • Variable precedence was not always handled properly causing more specific variables to override more generic ones. Fixed.
  • Invalid files / directories in inventory, group and host_vars are now skipped. (patch by Thomas Gaudin)
  • group_vars and host_vars are now properly read when specifying a directory to the -i option.

1.24

6 years ago

This release fixes a bug:

  • Properly handle nested directories in group_vars (credit to Bertrand Tornil)

1.23

6 years ago

This release features:

  • group_vars are now parsed.
  • Sub directories in host_vars are now parsed.
  • Addition of a -q/--quiet switch to suppress warnings.
  • Minor bugfixes and additions.