461b016f13
Change-Id: I54d6eba518910e6651758bc7d46624bafacaef6c
17 lines
348 B
YAML
17 lines
348 B
YAML
---
|
|
- name: Install Browbeat
|
|
hosts: Undercloud
|
|
vars:
|
|
results_in_httpd: false
|
|
statsd_host: "{{ graphite_host }}"
|
|
roles:
|
|
- browbeat/common
|
|
- browbeat/stockpile
|
|
- browbeat/browbeat
|
|
- browbeat/firewall
|
|
- browbeat/rally
|
|
- browbeat/shaker
|
|
- browbeat/flavors
|
|
- browbeat/images
|
|
- browbeat/template-configs
|