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

We'd like 1s refresh rates on some dashboards

area/jinja
area/docs
area/vars

```yml - name: Fail if grafana_port is lower than 1024 and grafana_cap_net_bind_service is not true fail: msg: Trying to use a port lower than 1024 without setting grafana_cap_net_bind_service. when: -...

bug

Without "notifiers" in the provisioning file for notifications the grafana service could not start anymore. Tested with Grafana v8.1.3. Error: "[root@ ansible]# journalctl -u grafana-server.service -f -- Logs begin at...

area/tasks

**What happened?** when using an encrypted ldap password in your inventory file, you end up with an encrypted password in ldap.toml ``` grafana_ldap: verbose_logging: false servers: host: port: 389 use_ssl:...

bug

**What happened?** The list gets badly outputted in the ldap.toml , there is an u prepended to the list ldap.toml ``` search_base_dns = [u'dc=grafana,dc=org] ``` causing grafana to reject the...

bug

**What is missing?** In the grafana datasources.yml, it would be great to have access to deleteDatasources. **Why do we need it?** To delete grafana data sources with ansible.

enhancement

**What happened?** I start playbook with next params: ``` grafana_dashboards: - dashboard_id: '1860' revision_id: '23' datasource: '{{ grafana_datasources.0.name }}' ``` and catch this error: ``` FAILED - RETRYING: download grafana...

bug

**What happened?** I have set both `grafana_security.admin_user` and `grafana_security.admin_password`, but can see the configured username/password do not work when login. Here is the `playbook.yml` : ``` --- - name: Install...

bug

**What is missing?** [feature_toggles](https://grafana.com/docs/grafana/latest/administration/configuration/#feature_toggles) section is missing **Why do we need it?** to set `feature_toggles` config **Environment** * Role version: `master`

enhancement

## Description If you set e.g. `signout_redirect_url` within your ansible `grafana_auth` variable, you will end up with two entries of this parameter. This happens, because it will be set inside...

wontfix
area/jinja