Merge branch 'master' of ssh://git.yaegashi.fr/nishiki/ansible-role-grafana

This commit is contained in:
Adrien Waksberg 2020-02-12 21:50:10 +01:00
commit ad41f3c768
3 changed files with 10 additions and 4 deletions

View file

@ -3,8 +3,14 @@
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/) Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased] ## Unreleased
## [1.0.0] - 2019-14-11 ## 1.0.1 - 2019-08-17
### Fixed
- default value for grafana_plugins is empty array
## 1.0.0 - 2019-04-11
- first version - first version

View file

@ -1,6 +1,6 @@
# Ansible role: Grafana # Ansible role: Grafana
[![Version](https://img.shields.io/badge/latest_version-1.0.0-green.svg)](https://git.yaegashi.fr/nishiki/ansible-role-grafana/releases) [![Version](https://img.shields.io/badge/latest_version-1.0.1-green.svg)](https://git.yaegashi.fr/nishiki/ansible-role-grafana/releases)
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/ansible-role-sensu/src/branch/master/LICENSE) [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/ansible-role-sensu/src/branch/master/LICENSE)
Install and configure Grafana Install and configure Grafana

View file

@ -1,4 +1,4 @@
--- ---
grafana_config: {} grafana_config: {}
grafana_ldap_config: {} grafana_ldap_config: {}
grafana_plugins: {} grafana_plugins: []