Skip to content

v1.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jul 08:58
e019b79

v1.5.0

Release Summary

This release adds compatibility with Ansible 2.19+ to the zabbix_inventory plugin and introduces a new hostnames option for building inventory hostnames from ordered Jinja2 expressions, with supporting documentation examples.

Major Changes

  • zabbix_inventory plugin: added compatibility with Ansible 2.19+ by updating TrustedAsTemplate support for Jinja2 template expressions and by accepting plain str values (in addition to AnsibleUnicode) for the query, filter.status, and filter.tags_behavior options.

Minor Changes

  • zabbix_inventory plugin: added the hostnames option to build inventory hostnames from ordered Jinja2 expressions with fallback to the technical Zabbix host name; duplicate rendered hostnames raise an error.