Skip to content

Releases: nsg/ansible-graphite

Version 2.1

30 Sep 12:31
@nsg nsg
Compare
Choose a tag to compare
  • Support for Graphite 1.0.2 (default)
  • Moved variables to defaults to make it easier to override
  • Remove support for CentOS 6

Version 2.0

04 Aug 20:42
@nsg nsg
Compare
Choose a tag to compare
  • Make the uwsgi socket configurable
  • Replace Docker based tests with LXD
  • Added support for Ubuntu Xenial and Debian Stretch
  • Minimum supported Ansible set to 2.1.4 (older versions has security problems)
  • Reformat tasks to a more modern coding style
  • Improve support for Systemd based systems
  • Remove support for Debian Wheezy
  • Various fixes

Version 1.5

29 Nov 20:17
@nsg nsg
Compare
Choose a tag to compare
  • Support for CentOS 7 (and most likely RHEL 7)
  • Tests that verifies the installation and checks for errors
  • Upgrade to Graphite 0.9.15

Version 1.4

29 Nov 20:15
@nsg nsg
Compare
Choose a tag to compare
  • Added the option uwsgi_graphite_extraopts, this can be used to configure uwsgi.
  • Add systemd support for Debian 8

Version 1.3

29 Nov 20:08
@nsg nsg
Compare
Choose a tag to compare
  • Made more options configurable, variables added to defaults.
  • Lock version of django-tagging to 0.3.6 because the latest version has dropped support for django<1.7

Version 1.2

29 Nov 20:02
@nsg nsg
Compare
Choose a tag to compare

Use manage.py to setup the installation. This made it much easier to setup the superuser account from Ansible.

Version 1.1

29 Nov 19:59
@nsg nsg
Compare
Choose a tag to compare

Added option to select default time zone.

Version 1.0.2

29 Nov 19:58
@nsg nsg
Compare
Choose a tag to compare

Make sure that we have sudo installed on the target system.

Version 1.0.1

29 Nov 19:57
@nsg nsg
Compare
Choose a tag to compare

Support for EL6, Debian 7 and Ubuntu 14.04 LTS