fe61591a7c
Added ansible role to deploy grafana Added host group for grafana deployment Co-Authored-By: zhubingbing <zhubingbing10@gmail.com> Change-Id: I3dec4e8586b6f65fa7de66a48506d1c79de2fe1e Partially-Implements: Blueprint performance-monitoring
10 lines
218 B
YAML
10 lines
218 B
YAML
---
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['grafana']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['grafana']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['grafana']
|