Sensu Ansible Versions Save

An Ansible role to deploy a fully dynamic Sensu stack!

6.0.0

4 years ago

Changed

  • Update all package URLs to new EOL domain (@mho-CL & @jaredledvina)
  • Update README with EOL status of Sensu Core (@jaredledvina)
  • Debian/Ubuntu: Upgrade Erlang to 21.3 for compatibility w/ rabbitmq-server (@jaredledvina)
  • Fedora/CentOS: Ensure chkconfig is installed for Uchiwa support on Fedora 30

5.4.0

4 years ago

Changed

  • Consolidate molecule configuration into shared base-config (@gofrolist)
  • Configure Fedora to automatically test only 28, 29, 30 (@jaredledvina)
  • Upgrade molecule Dockerfile to latest upstream (@jaredledvina)
  • Cleanup and improve role documentation (@jaredledvina)

5.3.0

5 years ago

Changed

  • Fixed up issues to improve Ansible Galaxy quality score (@jaredledvina) and (@michaelpporter)
  • Move to new upstream Bintray erlang repo location (@jaredledvina) and (@michaelklishin)

5.2.0

5 years ago

Added

  • Add official support for OracleLinux 7 (@michaelpporter)

5.1.0

5 years ago

Changed

  • Add client_templates option for group based tempaltes (@michaelpporter)
  • Add run_once: true to delegate_to: localhost (@michaelpporter)

5.0.2

5 years ago

Bug fix

  • Fixup new loop logic to deploy checks/handlers/plugins to hosts (@michaelpporter)

5.0.1

5 years ago

Bug fix

Fixup sensu_rabbitmq_host to use new default variable for sensu_rabbitmq_servers

5.0.0

5 years ago

Breaking Changes

  • Prefix all variables with sensu_ to reduce collisions with other roles (@michaelpporter)

Note: While 3.0.0 and 5.0.0 are not significantly breaking, 5.0.0 should be completely breaking to users workflows. This change was required (and delayed for way too long) in order to support running this Ansible role with many other Redis, RabbitMQ, and Uchiwa Ansible roles. It is strongly recommended that all users upgrading to 5.0.0 triple check any customized variables and verify they are moved to the new name.

4.0.0

5 years ago

Breaking Changes

  • Upgrade all playbooks to loop syntax, requiring Ansible 2.5 or higher (@michaelpporter)
  • Update role metadata to require Ansible 2.5 or higher (@jaredledvina)

Changed

  • Upgrade Inspec to 3.6.6 (@jaredledvina)
  • Re-enabled Ubuntu 18.04 integration tests (@michaelpporter)
  • Switch from local_action to delegate_to: localhost (@michaelpporter)

3.0.0

5 years ago

Breaking Changes

  • Officially drop support for Ansible 2.3 (@jaredledvina)
  • Switch to include_tasks and import_tasks (@michaelporter)

Fixed

  • Update the use of tags to support Ansible 2.5 or higher (@michaelporter)