Releases: fboender/ansible-cmdb
Releases · fboender/ansible-cmdb
v1.31
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
v1.29
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
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
v1.26.1
v1.26
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
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.