
* Expose carbon_cache_port to the config file and via the firewall * Small cleanup job around the Graphite/Grafana playbook for consistency * Docs for building a monitor host Change-Id: I9e15eac3ce749c341ebf464f165f73c0a87212e5
11 lines
110 B
YAML
11 lines
110 B
YAML
---
|
|
#
|
|
# Playbook to install Grafana
|
|
#
|
|
|
|
- hosts: grafana
|
|
remote_user: root
|
|
roles:
|
|
- epel
|
|
- grafana
|