Skip to content

v1.25

Compare
Choose a tag to compare
@fboender fboender released this 19 Nov 08:16
· 93 commits to master since this release

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.