912616634a
+ Allow us to change usernames for non-ops installs. This mostly impacts our dash/collectd work. + Updated browbeat, more options.. + Removed more things pointed to the stack user + Remove EPEL Change-Id: Ib6359b5dce9573a90c4c8d9f2f1853ef1d71bfec
18 lines
293 B
YAML
18 lines
293 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: true
|
|
roles:
|
|
- common
|
|
- browbeat
|