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
TrustedAsTemplatesupport for Jinja2 template expressions and by accepting plainstrvalues (in addition toAnsibleUnicode) for thequery,filter.status, andfilter.tags_behavioroptions.
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.