Skip to content

Releases: fboender/ansible-cmdb

v1.31

15 Feb 09:02
Compare
Choose a tag to compare

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.

v1.30

26 Nov 15:35
Compare
Choose a tag to compare

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.

v1.29

01 Nov 20:32
Compare
Choose a tag to compare

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.

v1.28

15 Aug 19:40
Compare
Choose a tag to compare

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.

v1.27

29 Apr 19:33
Compare
Choose a tag to compare

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.

v1.26.1

03 Mar 18:24
Compare
Choose a tag to compare

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

v1.26

03 Mar 15:00
Compare
Choose a tag to compare

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.

v1.25

19 Nov 08:16
Compare
Choose a tag to compare

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.

v1.24

27 Oct 08:28
Compare
Choose a tag to compare

This release fixes a bug:

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

v1.23

14 Oct 09:15
Compare
Choose a tag to compare

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.