Releases: robertdebock/ansible-role-zabbix
Exclude using .ansible-lint instead of molecule
3.0.7 Moving lint rules out of molecule, to prevent Galaxy warnings.
Automate documentation further
The files meta/exception.yml
and meta/version.yml
can now be used to indicate what distributions or ansible versions do not work (exception.yml) and version.yml can be used indicate a dependency of a version of the project being installed.
This helps me/developers of the role to generate README.md easier.
Use remi.
3.0.5 Adding remi
Debian and openSUSE fixes
Buster is not supported: https://www.zabbix.com/download?zabbix=4.2&os_distribution=debian&os_version=9_stretch&db=mysql
Fedora 30
Tested.
Ansible 2.8
The role has been tested against Ansible 2.8. Ansible 2.7 is tested for backward compatibility and Ansible devel (future Ansible 2.9) for the upcoming Ansible 2.9 release.
Slack notifications
Slack works. Nice.
Cleanup-royal
A lot of complexity has been removed from this role in order to make the role more readable and maintainable.
ara
integration is removed, I was not using it.goss
integration has been removed, it's difficult to describe tests for multiple platforms and added test-time.{{ role_name }}_ignore_docker
has been removed, it introduces more issues than it solves.{{ role_name }}_package_state
has been removed, I've never used it.README.md
has been updated with a new template.- Molecule now uses
prepare.yml
, saving a bit of time on idempotency tests.
A major release bump, because two variable have been removed, {{ role_name }}_ignore_docker
and {{ role_name }}_package_state
.
Refresh
A catch-up release, minor tweaks and fixes.
Docs updated
The documents have been updated using a templated format.