Merge branch 'master' of ssh://git.yaegashi.fr/nishiki/ansible-role-grafana
This commit is contained in:
commit
ad41f3c768
3 changed files with 10 additions and 4 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -3,8 +3,14 @@
|
|||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# 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)
|
||||
|
||||
Install and configure Grafana
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
grafana_config: {}
|
||||
grafana_ldap_config: {}
|
||||
grafana_plugins: {}
|
||||
grafana_plugins: []
|
||||
|
|
Loading…
Reference in a new issue