browbeat/ansible/install/browbeat.yml
Joe f2c48951be Disable http results by default
Disable this as the default. It could cause issues with httpd.

Change-Id: I11ad6ad17dee8f7398c4cb8b7952dec864923386
2016-08-17 13:26:12 -04:00

18 lines
294 B
YAML

---
#
# Playbook to install Browbeat (Rally + Shaker) on undercloud
#
- hosts: controller
remote_user: "{{ host_remote_user }}"
roles:
- shaker-check
- hosts: undercloud
remote_user: "{{ local_remote_user }}"
vars:
results_in_httpd: false
roles:
- common
- browbeat