Releases: nsg/ansible-graphite
Releases · nsg/ansible-graphite
Version 2.1
Version 2.0
- 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
- 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
- Added the option
uwsgi_graphite_extraopts
, this can be used to configure uwsgi. - Add systemd support for Debian 8
Version 1.3
- 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
Use manage.py to setup the installation. This made it much easier to setup the superuser account from Ansible.
Version 1.1
Added option to select default time zone.
Version 1.0.2
Make sure that we have sudo installed on the target system.
Version 1.0.1
Support for EL6, Debian 7 and Ubuntu 14.04 LTS