mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
35 lines
1.0 KiB
Markdown
35 lines
1.0 KiB
Markdown
+++
|
|
title = "Installing via provisioning tools"
|
|
description = "Guide to install Grafana via provisioning tools like puppet & chef"
|
|
keywords = ["grafana", "provisioning", "documentation", "puppet", "chef", "ansible"]
|
|
type = "docs"
|
|
aliases = ["docs/provisioning"]
|
|
[menu.docs]
|
|
parent = "installation"
|
|
weight = 8
|
|
+++
|
|
|
|
|
|
# Installing via provisioning tools
|
|
|
|
Here are links for how to install Grafana (and some include Graphite or
|
|
InfluxDB as well) via a provisioning system. These are not maintained by
|
|
any core Grafana team member and might be out of date.
|
|
|
|
### Puppet
|
|
|
|
* [forge.puppetlabs.com/bfraser/grafana](https://forge.puppetlabs.com/bfraser/grafana)
|
|
|
|
### Ansible
|
|
|
|
* [github.com/picotrading/ansible-grafana](https://github.com/picotrading/ansible-grafana)
|
|
|
|
### Docker
|
|
* [github.com/grafana/grafana-docker](https://github.com/grafana/grafana-docker)
|
|
|
|
### Chef
|
|
|
|
* [github.com/JonathanTron/chef-grafana](https://github.com/JonathanTron/chef-grafana)
|
|
* [github.com/Nordstrom/grafana2-cookbook](https://github.com/Nordstrom/grafana2-cookbook)
|
|
|