ansible-grafana icon indicating copy to clipboard operation
ansible-grafana copied to clipboard

Platform for analytics and monitoring

Results 58 ansible-grafana issues
Sort by recently updated
recently updated
newest added

One or more files which should be in sync across cloudalchemy repos were changed either here or in [cloudalchemy/skeleton](https://github.com/cloudalchemy/skeleton). This PR propagates files from [cloudalchemy/skeleton](https://github.com/cloudalchemy/skeleton). If something was changed here,...

area/automation
area/docs
area/tests

I saw the creator of this never created a PR, so here it is Fixes issue - https://github.com/cloudalchemy/ansible-grafana/issues/232

area/tasks

**What is missing?** Right now any dashboards that are provisioned via Ansible are locked into being in the general folder along with the default org. Having the ability to list...

enhancement

This fix https://github.com/cloudalchemy/ansible-grafana/issues/255.

area/jinja
area/docs
area/vars

For instance: ```YAML grafana_log: mode: console console: format: json ```

area/jinja

Since grafana v7.2 default date_formats can be set in the grafana.ini file https://grafana.com/docs/grafana/latest/administration/configuration/?src=grafana_gettingstarted#date_formats Would be nice if this was enabled via ansible as well.

This solves https://github.com/cloudalchemy/ansible-grafana/issues/215 It removes unwanted plugins and install&update to latest(which is default of underlaying module). If we wanted to specify module version and don't update by default, we would...

wontfix
area/tasks

Conditionally import default os-specific package names if grafana_package isn't explicitly set. Updates the molecule alternative tests to use the grafana-enterprise repo to allow for also verifying that overriding grafana_package to...

wontfix
area/tasks
area/vars
area/tests

When variables use is needed, ansible [documentation suggest](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/copy_module.html#synopsis) using template instead. Variables with default values were removed.

wontfix
area/jinja
area/docs
area/tasks
area/vars