f2c48951be
Disable this as the default. It could cause issues with httpd. Change-Id: I11ad6ad17dee8f7398c4cb8b7952dec864923386
18 lines
294 B
YAML
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
|