- Docs »
- grafana_plugin - Manage Grafana plugins via grafana-cli
-
You are reading an unmaintained version of the Ansible documentation. Unmaintained Ansible versions can contain unfixed security vulnerabilities (CVE). Please upgrade to a maintained version. See the latest Ansible documentation.
grafana_plugin - Manage Grafana plugins via grafana-cli
- Install and remove Grafana plugins.
Parameter |
Choices/Defaults |
Comments |
grafana_plugin_url
|
|
Custom Grafana plugin URL.
Requires grafana 4.6.x or later.
|
grafana_plugins_dir
|
|
Directory where Grafana plugin will be installed.
|
grafana_repo
|
|
Grafana repository. If not set, gafana-cli will use the default value https://grafana.net/api/plugins .
|
name
required |
|
Name of the plugin.
|
state
|
Choices:
- absent
present ←
|
Status of the Grafana plugin.
If latest is set, the version parameter will be ignored.
|
version
|
|
Version of the plugin to install.
Default to latest.
|
---
- name: Install - update Grafana piechart panel plugin
grafana_plugin:
name: grafana-piechart-panel
version: latest
state: present
Common return values are documented here, the following are the fields unique to this module:
Key |
Returned |
Description |
version
string
|
allways |
version of the installed / removed plugin.
|
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
This module is flagged as community which means that it is maintained by the Ansible Community. See Module Maintenance & Support for more info.
For a list of other modules that are also maintained by the Ansible Community, see here.
Hint
If you notice any issues in this documentation you can edit this document to improve it.